mirror of
https://github.com/meshtastic/firmware.git
synced 2025-09-19 16:29:31 +00:00
Compare commits
3 Commits
0ddb507055
...
eb375d8e62
Author | SHA1 | Date | |
---|---|---|---|
![]() |
eb375d8e62 | ||
![]() |
33f2b7144f | ||
![]() |
e5f8218d34 |
@ -12,11 +12,11 @@ lint:
|
||||
- trufflehog@3.88.18
|
||||
- yamllint@1.36.2
|
||||
- bandit@1.8.3
|
||||
- checkov@3.2.388
|
||||
- checkov@3.2.390
|
||||
- terrascan@1.19.9
|
||||
- trivy@0.60.0
|
||||
- taplo@0.9.3
|
||||
- ruff@0.11.0
|
||||
- ruff@0.11.1
|
||||
- isort@6.0.1
|
||||
- markdownlint@0.44.0
|
||||
- oxipng@9.1.4
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit b4e24c3a868f9e5fd782d2e256b05456d578923b
|
||||
Subproject commit b4044f8f9f3681d4d20521dbe13ee42c96eae353
|
@ -628,8 +628,13 @@ 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