captclearleft

Results 6 comments of captclearleft

Quick Update. Got the RGB working with some code changes. I deleted almost all the #if statements in the A_config.h. The settings below seem to allow both the screen and...

Update. The Lolin NodeMCU v3 with the ch340 usb chip has a couple different quarks. GPIO 9 and 10 do not work for the Neopixel RGB Led. For me -...

Which model NodeMCU do you have ? What operating system? Do you have the correct drivers? Have you had any success with writing/flashing the board - or is this your...

NOTE: Version 3 Compilation error: ISO C++ forbids comparison between pointer and integer [-fpermissive] I think this is the line it does not like... looking into it. debugln(ap_settings.pswd == '\0'...

NOTE: Version 3 . I downgraded the Deauther ESP8266 Boards Library to 2.7.4 and the code compiles and loads to the board. WITH NO ERROR. It seems that the 2.7.5...

SOLVED WITH Downgrade. Downgrading the Deauther ESP8266 Boards Library to 2.7.4 fixed the issue for me. Can anyone confirm this.?