Nano AP fully power Control support

The idea to switch to an array based power Control was discarded for now
This commit is contained in:
atc1441
2023-06-07 01:00:40 +02:00
parent 8e31a1b8eb
commit 064bd4258c
4 changed files with 33 additions and 8 deletions

View File

@@ -51,7 +51,7 @@ void setup() {
showColorPattern(CRGB::Aqua, CRGB::Green, CRGB::Blue);
#endif
#ifdef OPENEPAPERLINK_MINI_AP_PCB
#if defined(OPENEPAPERLINK_MINI_AP_PCB) || defined(OPENEPAPERLINK_NANO_AP_PCB)
APEnterEarlyReset();
// this allows us to view the booting process. After the device showing up, you have 3 seconds to open a terminal on the COM port
vTaskDelay(3000 / portTICK_PERIOD_MS);