Releases: nebkat/esp32-xbee
Releases · nebkat/esp32-xbee
v0.5.4
- NTRIP client filter out
GNGGA
/GPGGA
and send every 15 seconds
To install this update please follow the firmware update guide.
v0.5.3
- Hotspot forwarding (IP forwarding/NATP)
- Update ESP-IDF
To install this update please follow the firmware update guide.
v0.5.2
- Don't send HTTP/1.1 at end of NTRIP v1 SOURCE request to support old casters
- Fix incorrectly set connection state after NTRIP server disconnect 8960a0c
- Indicate pre release version availability beside current version
- Update ESP-IDF
To install this update please follow the firmware update guide.
v0.5.1
- Fix NTRIP client crash
- Correctly detect (un)successful client connections to NTRIP v1 casters to prevent spam connection attempts
- Allow up to 16 active sockets
- Minor bug fixes
To install this update please follow the firmware update guide.
v0.5
- NTRIP server connect only when data is being received from UART
- WiFi 20MHz bandwidth (both hotspot and station) for improved connection quality
- WiFi fast scan or all channel scan option
- WiFi reconnect maximum delay set to 1 minute
- Fix socket connection failure detection
- Set 10 second read/write timeout on all clients (NTRIP server/client and socket client)
- Caching of web server resources
- Fix web server error from connection being closed twice
- Increase core dump partition size
- Only allow single log page open at the same time
- Log line index on log page
- Special lines for device restarted on log page
- Print logs to UART in ANSI color
- Minimize unnecessary logging
v0.4.4
v0.4.3
- Delay WiFi initialization to decrease initial power consumption spike
- Panic recovery boot process (fast flashing red LED) before WiFi initialization to allow for config reset
- Corrected bug in TCP/UDP server where only 4 bytes were being read per packet
- Updated ESP-IDF
- Added footer to configuration page with device uptime and available heap space
- Improved version info printing at boot