Skip to content

Commit

Permalink
pal: update subGHz config for Sidewalk 1.18
Browse files Browse the repository at this point in the history
- Align seriabl bus header
- Align subGHz config

Signed-off-by: Krzysztof Taborowski <[email protected]>
  • Loading branch information
ktaborowski committed Feb 18, 2025
1 parent d6b44ec commit a328b44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions subsys/config/common/src/app_subGHz_config.c
Original file line number Diff line number Diff line change
Expand Up @@ -131,11 +131,10 @@ static radio_sx126x_device_config_t radio_sx1262_cfg = {
},

.state_timings = {
.sleep_to_full_power_us = 500,
.sleep_to_full_power_us = 406,
.full_power_to_sleep_us = 0,
.rx_to_tx_us = 0,
.tx_to_rx_us = 0,
.tcxo_delay_us=500
},

.internal_buffer = {
Expand Down Expand Up @@ -190,6 +189,7 @@ const radio_sx126x_device_config_t *get_radio_cfg(void)

struct sid_sub_ghz_links_config sub_ghz_link_config = {
.enable_link_metrics = true,
.sar_dcr = 100,
.registration_config = {
.enable = true,
.periodicity_s = UINT32_MAX,
Expand Down

0 comments on commit a328b44

Please sign in to comment.