Me No Dev
Me No Dev
isn't this error coming from Arduino IDE and the libraries that you have installed?
we had another report similar to what you are saying. Building the plugin from source helped. What OS are you on?
ok so that seems common... the other user also on ubuntu64 Arduino IDE 1.6.9 How should I install the IDE to reproduce this issue? You can read here on the...
it seems that the default java version on ubuntu64 is 1.7(OpenJDK-7) while on all other OSs is 1.8(OpenJDK-8). edit [this](https://github.com/esp8266/arduino-esp8266fs-plugin/blob/master/make.sh#L22) line to replace 1.8 with 1.7 and give it another...
> I am using the Adafruit TinyUSB library and must use DFU to flash the board using the USB OTG connector. 1. You are using external library, look for issues...
Adding `WiFi.setAutoReconnect(false);` before `WiFi.begin();` also helps. I think the problem is caused by the constant attempts to reconnect, which interfere with the SoftAP and the software is not able to...
Just tested on C3 with what will be in 2.0.5 and here is your sketch with all options to make AP work commented and explained. While STA is trying to...
Tested working on all chips. To not see AP at all, I would guess was an issue in IDF that was since fixed. We will release any day now, so...
@tablatronix still into investigation of the cause. @SuGlider is on vacation currently and will get back on it next week.
@Jason2866 this is unrelated and probably caused by awk version or file encoding/line endings