Skip to content

Add event triggering and recording. Fix AP Config page bugs.

Compare
Choose a tag to compare
@nseidle nseidle released this 13 Dec 23:08
· 2331 commits to main since this release

Instructions for updating the firmware via SD card can be found here. All future firmware updates can be completed using WiFi, SD, or serial.

  • Firmware update from AP config works again and is direct to ESP32 over WiFi (skips the SD card). You will still need to update units with firmware v1.1 to v1.9 using the SD method found here but going forward it should be very simple.
  • Add Pulse control for trigger external devices (cameras) via the Data connector (orange wire)
  • Add Event Logging (aka TM2 messages) for recording external events via the Data connector (green wire)
  • Add firmware information to start of log (GNTXT message)
  • Move file creation to system RTC (set once by GNSS) for faster boot time.
  • Increase incomingSettings array to avoid overrun
  • Rewrite parseIncomingSettings to avoid double comma error
  • Fix inverted logic for setting ECEF coordinate input into AP config page
  • Fix zero length settings
  • Change readLine to allow settings that start with ‘x’
  • AP config button changed from ‘Exit to Rover’ to ‘Exit and Reset’
  • Update esptool toolchain to avoid combine step