Skip to content
New issue

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

small mistake #352

Open
Ku100vEvgen opened this issue Aug 27, 2024 · 0 comments
Open

small mistake #352

Ku100vEvgen opened this issue Aug 27, 2024 · 0 comments

Comments

@Ku100vEvgen
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant