Skip to content

small mistake #352

@Ku100vEvgen

Description

@Ku100vEvgen

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions