Releases: lora-gateway/esxp1302
Releases · lora-gateway/esxp1302
v0.8.0
ESXP1302 v0.8.0 should be the final release basing on sx1302_hal
v1.0.5, unless there are critical fixes.
Thanks @danielkucera a lot for the great contributions to this release.
Major Changes
- add hardware reference design materials
- add support for esp32c3
- add support for compiling using PlatformIO
- add support for compiling under Windows (based on PlatformIO)
- optimize memory usage
- update scripts to Python3
- other fixes and document improvement
The provided firmware binaries can be flashed to the gateway hardware directly without compiling from the source code. A tool upgrader.exe
which can be used under Windows CMD for upgrading the firmware binaries has been provided in release v0.7.0.
v0.7.0
This is the first public release.
Major changes
- show version info in the screen
- change CN470 tx_freq_min from 500MHz to 470MHz for supporting RP2
- fix the bug that ns host can't be domain name
- add upgrader.py to simplify upgrade the firmware
- support sx1302 as well as sx1303
- add license info
The provided firmware binaries can be flashed to the gateway hardware directly without compiling from the source code. And the tool upgrader.exe
is frozen from scripts/upgrader.py
and can be used under Windows CMD for upgrading the firmware binaries.