Merge pull request #1596 from jbrazio/2026/t114-sensors

Refactor Heltec T114 sensor management
Этот коммит содержится в:
ripplebiz
2026-02-07 14:17:15 +11:00
коммит произвёл GitHub
родитель 6502067368 18473333df
Коммит c1c9848569
5 изменённых файлов: 52 добавлений и 125 удалений
+7
Просмотреть файл
@@ -29,6 +29,12 @@ void setup() {
board.begin();
#if defined(MESH_DEBUG) && defined(NRF52_PLATFORM)
// give some extra time for serial to settle so
// boot debug messages can be seen on terminal
delay(5000);
#endif
// For power saving
lastActive = millis(); // mark last active time since boot
@@ -42,6 +48,7 @@ void setup() {
#endif
if (!radio_init()) {
MESH_DEBUG_PRINTLN("Radio init failed!");
halt();
}