network: let LED temporarily enter ID mode when receiving PING.

this can be used to identify nodes on the network.
This commit is contained in:
Martin Preuss
2026-03-24 18:19:12 +01:00
parent e23bfde746
commit c6510f10bf

View File

@@ -162,6 +162,7 @@ AppNetwork_HandleMsg_handleRebootMsg:
rcall appNetworkHandleRebootRequest rcall appNetworkHandleRebootRequest
ret ret
AppNetwork_HandleMsg_handlePingMsg: AppNetwork_HandleMsg_handlePingMsg:
bigcall LedSimple_SignalId ; (R18, R19, R20)
rjmp appNetworkHandlePingRequest rjmp appNetworkHandlePingRequest
AppNetwork_HandleMsg_clcRet: AppNetwork_HandleMsg_clcRet:
clc clc