carstenSpraener
Results
2
comments of
carstenSpraener
The same here. Simple Sketch in arduino ide.: ``` #include WiFiManager wm; void setup() { Serial.begin(115200); Serial.println("Setting Up WiFi configuration"); bool res; res = wm.autoConnect("TestWiFi"); // password protected ap Serial.printf("Returned...
Under Darwin (macOS) i need to add the line: #define NCURSES_OPAQUE 0 to main.c before the includes and everything runs well.