mirror of
https://github.com/meshtastic/firmware.git
synced 2025-09-21 01:04:01 +00:00
Compare commits
No commits in common. "eb375d8e6220a57f2e69a75645ad4cd0c2a057ef" and "0ddb507055d15b25941e672f54c88819d5050cb1" have entirely different histories.
eb375d8e62
...
0ddb507055
@ -12,11 +12,11 @@ lint:
|
||||
- trufflehog@3.88.18
|
||||
- yamllint@1.36.2
|
||||
- bandit@1.8.3
|
||||
- checkov@3.2.390
|
||||
- checkov@3.2.388
|
||||
- terrascan@1.19.9
|
||||
- trivy@0.60.0
|
||||
- taplo@0.9.3
|
||||
- ruff@0.11.1
|
||||
- ruff@0.11.0
|
||||
- isort@6.0.1
|
||||
- markdownlint@0.44.0
|
||||
- oxipng@9.1.4
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit b4044f8f9f3681d4d20521dbe13ee42c96eae353
|
||||
Subproject commit b4e24c3a868f9e5fd782d2e256b05456d578923b
|
@ -628,13 +628,8 @@ void NodeDB::installDefaultConfig(bool preserveKey = false)
|
||||
meshtastic_Config_PositionConfig_PositionFlags_SPEED | meshtastic_Config_PositionConfig_PositionFlags_HEADING |
|
||||
meshtastic_Config_PositionConfig_PositionFlags_DOP | meshtastic_Config_PositionConfig_PositionFlags_SATINVIEW);
|
||||
|
||||
// Set default value for 'Mesh via UDP'
|
||||
#if HAS_UDP_MULTICAST
|
||||
#ifdef USERPREFS_NETWORK_ENABLED_PROTOCOLS
|
||||
config.network.enabled_protocols = USERPREFS_NETWORK_ENABLED_PROTOCOLS;
|
||||
#else
|
||||
config.network.enabled_protocols = 1;
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef USERPREFS_NETWORK_WIFI_ENABLED
|
||||
|
Loading…
Reference in New Issue
Block a user