Just noticed Blitzortung now has v10.0 firmware available for BLUE and RED systems. (Beta)
https://docs.lightningmaps.org/station-operation/firmware/10.0b2 Changes (2024-01-18) Beta Firmware:
show system type in header instead of "PCB"
prepared for BLUE-Mini development
fix: prevent saving settings during firmware download
fix: no output over USB after entering debug mode via button on startup
fix: crash on enabling USB-VCOM on RED
fix: LED/Buzzer IP signaling now does 10 ticks for digit "0"
10.0b1 Changes (2024-01-11) Beta Firmware:
new: encryption with AES-GCM and privacy options for signal packets
new: automatic firmware download and install
new: check signature of firmware
new: buzzer volume settings for ticks/beeps
new: option to disable webserver (i.e. for setups in foreign networks)
new: more privacy: do not send processor id, station id and position in signals to servers by default
new: sending signals without gps and/or just high precision counter value (on server request for GPSless TOA)
new: added Beidou GNSS option
new: support more GPS baudrates on BLUE
new: show CPU type and revision
new: support for ublox MAX-M10 GNSS module
new: ECDHE key exchange for remote config (enabling perfect forward secrecy)
fix: limited MTU to 1480 max
fix: not showing Galileo satellites due to missing ublox init
fix: warm start ublox GPS when firmware version can not be read
fix: SSI overflows on GPS status webpage
fix: compress packet only once for all servers
fix: stall on startup when network is up too fast (static config)
fix: sometimes not showing cert information in SSL debug messages
fix: weak encryption due to wrong random number generator configuration
updated lwip to 2.2.0
updated mbedtls to 2.28.6
updated CMSIS-DSP to 1.15.0
switched to arm-gnu-toolchain-13.2.rel1
lots of minor improvements and bugfixes