TelloConfiguration constructor

TelloConfiguration({
  1. String telloAddress = "192.168.10.1",
  2. int receivePort = 8890,
  3. int telloPort = 8889,
})

Implementation

TelloConfiguration({this.telloAddress = "192.168.10.1", this.receivePort = 8890, this.telloPort = 8889});