Skip to content

Release v1.2

Compare
Choose a tag to compare
@seeul8er seeul8er released this 14 Oct 12:21
· 165 commits to master since this release

If the DroneBridgeESP32_v1_2 build does not work (no startup etc.) please choose the DroneBridgeESP32_v1_2_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:

  • Added WiFi client mode support - ESP32 can now connect to existing WiFi instead of creating an access point on its own
  • Enhancements for the web interface: Support for new modes, hide unnecessary config options depending on the current config
  • re-base onto esp-idf 4.4.6
  • Fixed bugs related to country code settings

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