WifiStation

public protocol WifiStation : Peripheral

Wifi station peripheral interface for drones.

This component allows to configure various parameters of the device’s Wifi station mode, such as:

  • Environment (indoor/outdoor) setup,
  • Country,
  • SSID,
  • Security.

This peripheral can be retrieved by:

drone.getPeripheral(Peripherals.wifiStation)