mirror of
https://github.com/meshtastic/firmware.git
synced 2025-08-04 04:40:50 +00:00
Namespace
This commit is contained in:
parent
ed6de5095e
commit
60d2cb35e0
@ -310,7 +310,7 @@ void setUp(void)
|
|||||||
{
|
{
|
||||||
moduleConfig.mqtt =
|
moduleConfig.mqtt =
|
||||||
meshtastic_ModuleConfig_MQTTConfig{.enabled = true, .map_reporting_enabled = true, .has_map_report_settings = true};
|
meshtastic_ModuleConfig_MQTTConfig{.enabled = true, .map_reporting_enabled = true, .has_map_report_settings = true};
|
||||||
mqtt.map_report_settings = meshtastic_ModuleConfig_MQTTConfig_MapReportSettings{
|
mqtt.map_report_settings = meshtastic_ModuleConfig_MapReportSettings{
|
||||||
.position_precision = 14, .publish_interval_secs = 0, .should_report_location = true};
|
.position_precision = 14, .publish_interval_secs = 0, .should_report_location = true};
|
||||||
channelFile.channels[0] = meshtastic_Channel{
|
channelFile.channels[0] = meshtastic_Channel{
|
||||||
.index = 0,
|
.index = 0,
|
||||||
|
Loading…
Reference in New Issue
Block a user