diff --git a/LoRaWAN/App/lora_app.c b/LoRaWAN/App/lora_app.c index d78a5fd..831f0ee 100644 --- a/LoRaWAN/App/lora_app.c +++ b/LoRaWAN/App/lora_app.c @@ -593,7 +593,7 @@ static void SendTxData(void) APP_LOG(TS_ON, VLEVEL_M, "temp: %d\r\n", (int16_t)(sensor_data.temperature)); APP_LOG(TS_ON, VLEVEL_M, "\n=====(2) Fport: %d\r\n", AppData.Port); AppData.Port = LORAWAN_USER_APP_PORT; - //AppData.Port = 106; //STS-P2 + AppData.Port = 106; //STS-P2 #ifdef CAYENNE_LPP CayenneLppReset(); CayenneLppAddBarometricPressure(channel++, sensor_data.pressure); diff --git a/STM32CubeIDE/Release/Application/User/LoRaWAN/App/lora_app.o b/STM32CubeIDE/Release/Application/User/LoRaWAN/App/lora_app.o index c4765b9..b2a8159 100644 Binary files a/STM32CubeIDE/Release/Application/User/LoRaWAN/App/lora_app.o and b/STM32CubeIDE/Release/Application/User/LoRaWAN/App/lora_app.o differ diff --git a/STM32CubeIDE/Release/STS_P2_VL53L1.bin b/STM32CubeIDE/Release/STS_P2_VL53L1.bin index 90e7168..471cada 100644 Binary files a/STM32CubeIDE/Release/STS_P2_VL53L1.bin and b/STM32CubeIDE/Release/STS_P2_VL53L1.bin differ diff --git a/STM32CubeIDE/Release/STS_P2_VL53L1.elf b/STM32CubeIDE/Release/STS_P2_VL53L1.elf index bf0a6b1..cce1566 100644 Binary files a/STM32CubeIDE/Release/STS_P2_VL53L1.elf and b/STM32CubeIDE/Release/STS_P2_VL53L1.elf differ