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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user