SWSD003
SWSD003 copied to clipboard
small mistake
in file SWSD003/sx126x/common/apps_configuration.h line 65 #define TX_OUTPUT_POWER_DBM 14 // range [-17, +22]
but SWSD003/libs/smtc-shields/sx126x/src/smtc_shield_sx1268mb1gas.c line 399 if( ( SMTC_SHIELD_SX1268_MIN_PWR <= expected_output_pwr_in_dbm ) && ( expected_output_pwr_in_dbm <= SMTC_SHIELD_SX1268_MAX_PWR ) )
where #define SMTC_SHIELD_SX1268_MIN_PWR -9 #define SMTC_SHIELD_SX1268_MAX_PWR 22