Implemented enter (Uf2 usb) DFU mode admin message on NRF52 (#3045)

* Added enter DFU mode admin message

* Trunk
This commit is contained in:
Ben Meadors
2023-12-27 14:26:40 -06:00
committed by GitHub
parent 2b7eb1e489
commit dbac2b1cad
5 changed files with 16 additions and 3 deletions

View File

@@ -131,7 +131,7 @@ typedef struct _meshtastic_AdminMessage {
bool get_node_remote_hardware_pins_request;
/* Respond with the mesh's nodes with their available gpio pins for RemoteHardware module use */
meshtastic_NodeRemoteHardwarePinsResponse get_node_remote_hardware_pins_response;
/* Enter (serial) DFU mode
/* Enter (UF2) DFU mode
Only implemented on NRF52 currently */
bool enter_dfu_mode_request;
/* Set the owner for this node */