implement database and mqtt client to cache node info
This commit is contained in:
parent
2970e34a48
commit
cef784f7da
46 changed files with 6733 additions and 131 deletions
14
src/protos/meshtastic/config.options
Normal file
14
src/protos/meshtastic/config.options
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
*NetworkConfig.wifi_ssid max_size:33
|
||||
*NetworkConfig.wifi_psk max_size:65
|
||||
*NetworkConfig.ntp_server max_size:33
|
||||
*NetworkConfig.rsyslog_server max_size:33
|
||||
|
||||
# Max of three ignored nodes for our testing
|
||||
*LoRaConfig.ignore_incoming max_count:3
|
||||
|
||||
*LoRaConfig.tx_power int_size:8
|
||||
*LoRaConfig.bandwidth int_size:16
|
||||
*LoRaConfig.coding_rate int_size:8
|
||||
*LoRaConfig.channel_num int_size:16
|
||||
|
||||
*PowerConfig.device_battery_ina_address int_size:8
|
||||
Loading…
Add table
Add a link
Reference in a new issue