diff --git a/lora-radio/include/lora-radio.h b/lora-radio/include/lora-radio.h index 2032238..97778df 100644 --- a/lora-radio/include/lora-radio.h +++ b/lora-radio/include/lora-radio.h @@ -29,8 +29,8 @@ #include /* LoRa Radio software version number */ -#define LORA_RADIO_SW_VERSION "1.4.2" -#define LORA_RADIO_SW_VERSION_NUM 0x10402 +#define LORA_RADIO_SW_VERSION "1.4.3" +#define LORA_RADIO_SW_VERSION_NUM 0x10403 /*! * Begins critical section diff --git a/samples/lora-radio-tester/lora-radio-tester.c b/samples/lora-radio-tester/lora-radio-tester.c index dffcfee..0d0e617 100644 --- a/samples/lora-radio-tester/lora-radio-tester.c +++ b/samples/lora-radio-tester/lora-radio-tester.c @@ -290,8 +290,7 @@ static bool lora_radio_tester_init(void) } return true; } -INIT_APP_EXPORT(lora_radio_tester_init); - +//INIT_APP_EXPORT(lora_radio_tester_init); static void radio_rx(void) {