Changelog from v2.1.0 stable
- Added: Bluetooth Low Energy Connection, mainly with support of @Witty-Wizard. Requires DroneBridge BLE Bridge for Windows to be used by QGC or MissionPlanner. Betaflight Configurator is already compatible. Slight connection issues are still present.
- Web Interface can detect the wrong baud rate in certain situations
- Lowered CPU usage from 95% to 5% without introducing additional latency @kevdotnet
- Added web server re-tries for more stable feedback
- Faster MAVFTP Uploads with new default RTS threshold parameter of 127
- Fixed baud rates in the UI
- Re-write of heartbeat & radio status logic
- 802.11ax support for ESP32C6
- Static IP can be changed via the web ui
- Switched reported rssi & remrssi when in AP mode
- Fix for UDP prompt cancellation
- fix: initialise default config values on first boot with empty flash @KalelAlx
- Push to ESP-IDF 5.4.3
- Removed support for ESP-IDF 5.3
Full Changelog: v2.1.0...v2.2.0
Install Instructions
When upgrading from v1.5, erase the flash first to be sure! Otherwise, it may not boot!
To flash/install, see the included flashing_instructions.txt.
The attached zip file includes all pre-compiled binaries that are ready to flash.
For detailed instructions please visit the wiki
Known Issues
- Restart of esp32 in access point mode will not de-register clients. Clients will think they are still connected but they aren't. Restart/reset of clients is necessary, or the access point must be taken offline for at least 3 seconds to trigger a WiFi search on the clients.