diff --git a/LoRaWAN/App/lora_app.c b/LoRaWAN/App/lora_app.c index 529d11f..d759f28 100644 --- a/LoRaWAN/App/lora_app.c +++ b/LoRaWAN/App/lora_app.c @@ -1035,11 +1035,12 @@ static void SendTxData(void) } else if ((sensor_data_ready!= 0U)) //sensor_data_ready for manual push button-1 trigger) { sensor_data_ready =0; +#if 0 if (sts_work_mode > STS_RSS_MODE) // keep compatible with previous version, PIXEL-NETWORK { - AppData.Buffer[i++] = (uint8_t)(AppLedStateOn|0x80)&0x0ff; //00 ************ MUST KEEP IT HERE, NON-ZERO ****** + AppData.Buffer[i++] = (uint8_t)(AppLedStateOn|0x80)&0x0ff; //00 ************ MUST KEEP IT HERE, NON-ZERO ****** } - +#endif // disabled 2025 05 06 AppData.Buffer[i++] = (uint8_t)(sensorData.lamp_bar_color)&0xff; //01 AppData.Buffer[i++] = (uint8_t)(sensorData.workmode)&0xff; //02 WORK MODE if (sts_work_mode == STS_REEDSWITCH_MODE) diff --git a/STM32CubeIDE/Release/STS_O7.bin b/STM32CubeIDE/Release/STS_O7.bin index 73d7179..26f7897 100644 Binary files a/STM32CubeIDE/Release/STS_O7.bin and b/STM32CubeIDE/Release/STS_O7.bin differ diff --git a/STM32CubeIDE/Release/sts_o6_rtm_pixel_network_20250425R2.bin b/STM32CubeIDE/Release/sts_o6_rtm_pixel_network_20250425R2.bin new file mode 100644 index 0000000..2433c12 Binary files /dev/null and b/STM32CubeIDE/Release/sts_o6_rtm_pixel_network_20250425R2.bin differ diff --git a/STM32CubeIDE/Release/sts_o6_rtm_pixel_network_20250506R1.bin b/STM32CubeIDE/Release/sts_o6_rtm_pixel_network_20250506R1.bin new file mode 100644 index 0000000..26f7897 Binary files /dev/null and b/STM32CubeIDE/Release/sts_o6_rtm_pixel_network_20250506R1.bin differ