sparkfun / SparkFun_RTK_Firmware

Centimeter precision GPS/GNSS using L1/L2 signals broadcast over Bluetooth SPP (using the ESP32) in an easy to use enclosure.
https://docs.sparkfun.com/SparkFun_RTK_Firmware/
Other
82 stars 47 forks source link

Allow Firmware updates over WiFi while using the BT serial interface #739

Closed nseidle closed 6 months ago

nseidle commented 11 months ago

Currently, firmware update via Serial Configure only works with wired connection. This was due to RAM constraints where having both Bluetooth and WiFi on at the same time was not ideal (it works, we just have to be careful). Is it possible to allow a firmware update over the Serial Config while BT is active?

nseidle commented 6 months ago

Closing. We're too RAM constrained to add this feature.