In STM\STM32Cube_FW_WL_V1.2.0\Projects\NUCLEO-WL55JC\Applications\LoRaWAN\LoRaWAN_End_Node\LoRaWAN I cannot find an explanation for the NUCLEO-WL55C1 LEDS GREEN, BLUE, RED meanings. In lora_app.c I found: AppLedStateOn = appData->Buffer[0] & 0x01; th...