Beta Release version 1.3.0b2
This version is a beta and is not yet considered to be stable.
1.3.0b1 was skipped since many people self-compiled a b1 version from main.
Key changes since 1.2.0
- Update to ESP Board Library 3.x in #172
- Timekeeping improvements in #173 and #174 and #188
- Fix scan failures due to leftover connection information in #180
- Add total seen WiFi count in #184
- Escape commas in BLE names in #185
- Fix WiFi connection failures in #187
- Speed up listing files on web interface in #189
- Full erase NVS on factory reset (fix for potential corruption) in #191
- Add additional parsing for BW16-Open-AT firmware. by @CoD-Segfault in #193
- Increase Serial2 buffer for BW16 by @CoD-Segfault in #196
- Add BlueTooth on/off toggle in cfg.txt - scanble parameter by @pejacoby in #207 and #216
- Add option for temperature in C or F by @pejacoby in #209
- Hashing and OTA speedup on Side A in #218
- Allow WiFi con & psk to be changed in stored preferences via cfg.txt parameter by @pejacoby in #217
- Use ESP-IDF logging instead of Serial printing in #220
- Improve WiGLE upload speed in #221
- Increase baud rate for A-B UART in #223
- Improve Side B OTA in #224
- Switch BLE scanning from Espressif stack to NimBLE. by @CoD-Segfault in #233
- Improve OTA download speed in #236
Full Changelog: v1.2.0...v1.3.0b2
Important notes
-
This update increases the SPI bus frequency used for SD card communication. The new value is conservative but could cause SD card problems on badly-built hardware. If this occurs, ensure your SD card module is soldered correctly. If you are using a custom device without an SD card module, ensure it has all necessary pull-up resistors.
-
The baud rate between ESP-A and ESP-B has been increased. Basic handshaking has been implemented so the higher speed will be reverted if the communication is completely broken. However, this change could result in a higher occurrence of corrupt data from ESP-B (eg, Bluetooth scan results) especially on badly-built hardware.