Updated lbm doc

This commit is contained in:
Benjamin Vedder 2023-01-04 11:30:46 +01:00
parent 0dec878d1d
commit f77e39538d
1 changed files with 1 additions and 1 deletions

View File

@ -2210,7 +2210,7 @@ This event is sent when standard id CAN-frames are received.
This event is sent when extended id CAN-frames are received.
**event-data-rx**
This event is sent when custom app data is sent from VESC Tool.
This event is sent when custom app data is sent from VESC Tool or other connected devices. This works using all communication ports including USB, UART and CAN-bus.
**event-shutdown**
This event is sent when the VESC is about to shut down. Note that this event currently only works on hardware with a power switch. If that is not the case you could try to, for example, monitor the input voltage and simulate this event when it drops below a set level.