Import and options

pull/347/head
Ben Meadors 2023-05-16 13:03:54 -05:00 zatwierdzone przez Thomas Göttgens
rodzic 4035748a37
commit 780ee20dbe
2 zmienionych plików z 4 dodań i 1 usunięć

Wyświetl plik

@ -8,4 +8,5 @@
*HamParameters.call_sign max_size:8
*HamParameters.short_name max_size:6
*HamParameters.short_name max_size:6
*NodeRemoteHardwarePinsResponse.node_remote_hardware_pins max_count:12

Wyświetl plik

@ -13,6 +13,7 @@ import "meshtastic/config.proto";
import "meshtastic/mesh.proto";
import "meshtastic/module_config.proto";
import "meshtastic/connection_status.proto";
import "meshtastic/deviceonly.proto";
/*
* This message is handled by the Admin module and is responsible for all settings/channel read/write operations.
@ -213,6 +214,7 @@ message AdminMessage {
* Respond with the mesh's nodes with their available gpio pins for RemoteHardware module use
*/
NodeRemoteHardwarePinsResponse get_node_remote_hardware_pins_response = 20;
/*
* Set the owner for this node
*/