Releases: Lora-net/one_channel_hub
Releases · Lora-net/one_channel_hub
v1.1.0
- Added full support for LR1121 (sub-GHz and 2.4GHz).
- Added support for dual-sf on LR1121: it is possible to define a channel with 2 different spreading factors, with constraints described in the section "Known limitations" of the README.md file.
- liblorahub: API updated for datarate type. uint8_t is enough for LoRa (no FSK support).
- liblorahub: splitted configuration for RX and actual set RX
- liblorahub: added image rejection calibration on selected frequency
- liblorahub: added lorahub_log.h to configure log level per module
- bsp: Updated TX power table for Heltec board
- bsp: added support for Seeed Xiao ESP32S3 board.
- bsp: added support for Lyligo T3S3 (sx1262) board.
- bsp: added support for EBytes ESP32+LR1121 board.
- main: Reworked configuration storage in NVS management.
- main: Added hw_board_defs.h to define all host board specific parameters (pinout for buttons, LEDs, ...)
- http API: Added "chan_dr_2" field for LR1121 dual-sf.