Merge branch 'master' of github.com:meshtastic/Meshtastic-device

raytac-diy
Thomas Göttgens 2022-05-06 14:05:51 +02:00
commit 251365dca7
3 zmienionych plików z 5 dodań i 5 usunięć

Wyświetl plik

@ -49,7 +49,7 @@ lib_deps =
https://github.com/meshtastic/AXP202X_Library.git#8404abb6d4b486748636bc6ad72d2a47baaf5460 https://github.com/meshtastic/AXP202X_Library.git#8404abb6d4b486748636bc6ad72d2a47baaf5460
Wire ; explicitly needed here because the AXP202 library forgets to add it Wire ; explicitly needed here because the AXP202 library forgets to add it
SPI SPI
https://github.com/geeksville/ArduinoThread.git#72921ac222eed6f526ba1682023cee290d9aa1b3 https://github.com/meshtastic/ArduinoThread.git#72921ac222eed6f526ba1682023cee290d9aa1b3
PubSubClient PubSubClient
nanopb/Nanopb@^0.4.6 nanopb/Nanopb@^0.4.6
meshtastic/json11@^1.0.2 meshtastic/json11@^1.0.2

Wyświetl plik

@ -439,7 +439,7 @@ uint32_t sinceLastSeen(const NodeInfo *n)
return delta; return delta;
} }
#define NUM_ONLINE_SECS (60 & 60 * 2) // 2 hrs to consider someone offline #define NUM_ONLINE_SECS (60 * 60 * 2) // 2 hrs to consider someone offline
size_t NodeDB::getNumOnlineNodes() size_t NodeDB::getNumOnlineNodes()
{ {

Wyświetl plik

@ -1,6 +1,6 @@
; The Portduino based sim environment on top of any host OS, all hardware will be simulated ; The Portduino based sim environment on top of any host OS, all hardware will be simulated
[env:native] [env:native]
platform = https://github.com/geeksville/platform-native.git platform = https://github.com/meshtastic/platform-native.git
src_filter = src_filter =
${env.src_filter} ${env.src_filter}
-<esp32/> -<esp32/>
@ -19,7 +19,7 @@ lib_deps =
; The Portduino based sim environment on top of a linux OS and touching linux hardware devices ; The Portduino based sim environment on top of a linux OS and touching linux hardware devices
[env:linux] [env:linux]
platform = https://github.com/geeksville/platform-native.git platform = https://github.com/meshtastic/platform-native.git
src_filter = src_filter =
${env.src_filter} ${env.src_filter}
-<esp32/> -<esp32/>
@ -34,4 +34,4 @@ framework = arduino
board = linux_hardware board = linux_hardware
lib_deps = lib_deps =
${arduino_base.lib_deps} ${arduino_base.lib_deps}
rweather/Crypto rweather/Crypto