Skip to content

Commit

Permalink
Merge pull request #415 from meshtastic/enter-dfu
Browse files Browse the repository at this point in the history
Add Enter DFU mode admin message
  • Loading branch information
thebentern authored Dec 27, 2023
2 parents c1e179e + ad2810f commit 8e84c2f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion meshtastic/admin.proto
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,12 @@ message AdminMessage {
*/
NodeRemoteHardwarePinsResponse get_node_remote_hardware_pins_response = 20;

/*
* Enter (serial) DFU mode
* Only implemented on NRF52 currently
*/
bool enter_dfu_mode_request = 21;

/*
* Set the owner for this node
*/
Expand Down Expand Up @@ -350,4 +356,4 @@ message NodeRemoteHardwarePinsResponse {
* Nodes and their respective remote hardware GPIO pins
*/
repeated NodeRemoteHardwarePin node_remote_hardware_pins = 1;
}
}

0 comments on commit 8e84c2f

Please sign in to comment.