Compare commits

..

No commits in common. "eb375d8e6220a57f2e69a75645ad4cd0c2a057ef" and "0ddb507055d15b25941e672f54c88819d5050cb1" have entirely different histories.

3 changed files with 3 additions and 8 deletions

View File

@ -12,11 +12,11 @@ lint:
- trufflehog@3.88.18 - trufflehog@3.88.18
- yamllint@1.36.2 - yamllint@1.36.2
- bandit@1.8.3 - bandit@1.8.3
- checkov@3.2.390 - checkov@3.2.388
- terrascan@1.19.9 - terrascan@1.19.9
- trivy@0.60.0 - trivy@0.60.0
- taplo@0.9.3 - taplo@0.9.3
- ruff@0.11.1 - ruff@0.11.0
- isort@6.0.1 - isort@6.0.1
- markdownlint@0.44.0 - markdownlint@0.44.0
- oxipng@9.1.4 - oxipng@9.1.4

@ -1 +1 @@
Subproject commit b4044f8f9f3681d4d20521dbe13ee42c96eae353 Subproject commit b4e24c3a868f9e5fd782d2e256b05456d578923b

View File

@ -628,13 +628,8 @@ void NodeDB::installDefaultConfig(bool preserveKey = false)
meshtastic_Config_PositionConfig_PositionFlags_SPEED | meshtastic_Config_PositionConfig_PositionFlags_HEADING | meshtastic_Config_PositionConfig_PositionFlags_SPEED | meshtastic_Config_PositionConfig_PositionFlags_HEADING |
meshtastic_Config_PositionConfig_PositionFlags_DOP | meshtastic_Config_PositionConfig_PositionFlags_SATINVIEW); 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 #ifdef USERPREFS_NETWORK_ENABLED_PROTOCOLS
config.network.enabled_protocols = USERPREFS_NETWORK_ENABLED_PROTOCOLS; config.network.enabled_protocols = USERPREFS_NETWORK_ENABLED_PROTOCOLS;
#else
config.network.enabled_protocols = 1;
#endif
#endif #endif
#ifdef USERPREFS_NETWORK_WIFI_ENABLED #ifdef USERPREFS_NETWORK_WIFI_ENABLED