View Source Tello.CyberTello.State.Wifi (Tello v0.1.0)

A sub-struct of Tello.CyberTello.State to represent Wi-Fi status.

  • low: Lowest temperature of the board
  • high: Lowest temperature of the board

Link to this section Summary

Link to this section Types

@type t() :: %Tello.CyberTello.State.Wifi{
  mode: :client | :access_point,
  password: String.t(),
  snr: float(),
  ssid: String.t()
}