Skip to content

Release v1.0

Compare
Choose a tag to compare
@seeul8er seeul8er released this 19 Jul 21:44
· 173 commits to master since this release
7e134c5

If the DroneBridgeESP32_v1_1 build does not work (no startup etc.) please choose the DroneBridgeESP32_v1_1_alt_UART_conf. Some boards have the flash chip connected to pins 16/17. In that case the alt. UART conf. version has pins 32/33 configured.
If you are using a Pico board, like the TinyPico or M5Stack Atom Lite please use the alternative build. The other one will not work.

Changelog:

  • re-write of the web interface
  • re-base onto esp-idf 4.3
  • fixed UDP bugs
  • added REST:API for settings and status updates

Erase the flash of the ESP32 first!
To flash see the Github Readme or run:

esptool.py -p (PORT) -b 460800 --before default_reset --after hard_reset --chip esp32  write_flash --flash_mode dio --flash_size detect --flash_freq 40m 0x1000 bootloader.bin 0x8000 partition-table.bin 0x10000 db_esp32.bin 0x110000 www.bin