We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: