mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-27 13:05:25 +01:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user