QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
ESP8266Component.cc
Go to the documentation of this file.
1#include "ESP8266Component.h"
2
3ESP8266Component::ESP8266Component(Vehicle *vehicle, AutoPilotPlugin *autopilot, QObject *parent)
4 : VehicleComponent(vehicle, autopilot, AutoPilotPlugin::UnknownVehicleComponent, parent)
5 , _name(tr("WiFi Bridge"))
6{
7
8}
ESP8266Component(Vehicle *vehicle, AutoPilotPlugin *autopilot, QObject *parent=nullptr)