mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-19 17:22:59 +00:00
change the main scan class so they scan only for wanted bits - UNTESTED
This commit is contained in:
@@ -35,8 +35,6 @@
|
||||
#include <utility>
|
||||
// #include <driver/rtc_io.h>
|
||||
|
||||
bool cardKBDetected = false;
|
||||
void scanForCardKB();
|
||||
#ifdef ARCH_ESP32
|
||||
#if !MESHTASTIC_EXCLUDE_WEBSERVER
|
||||
#include "mesh/http/WebServer.h"
|
||||
@@ -378,7 +376,6 @@ void setup()
|
||||
// otherwise keyboard and touch screen will not work
|
||||
delay(800);
|
||||
#endif
|
||||
scanForCardKB(); // Initial scan for CardKB
|
||||
|
||||
// Currently only the tbeam has a PMU
|
||||
// PMU initialization needs to be placed before i2c scanning
|
||||
|
||||
Reference in New Issue
Block a user