Make sure these boxes are checked [x] before submitting your issue - Thank you!
…
- [x ] Searched the problem in issues (https://github.com/arendst/Sonoff-Tasmota/issues)
- [x ] Searched the problem in the wiki (https://github.com/arendst/Sonoff-Tasmota/wiki/Troubleshooting)
- [x ] Searched the problem in the forum (https://groups.google.com/d/forum/sonoffusers)
- [x ] Searched the problem in the chat (https://discord.gg/Ks2Kzd4)
- [x ] Hardware used :
- [x] Provide the output of command ``status 0`` :
```
status 0
00:01:20 CMD: status 0status 0status 0
00:01:20 RSL: stat/rum/STATUS = {"Status":{"Module":1,"FriendlyName":["Xyzzy Labs"],"Topic":"rum","ButtonTopic":"0","Power":0,"PowerOnState":3,"LedState":6,"SaveData":1,"SaveState":1,"ButtonRetain":0,"PowerRetain":0}}
00:01:20 RSL: stat/rum/STATUS1 = {"StatusPRM":{"Baudrate":115200,"GroupTopic":"sonoffs","OtaUrl":"http://sonoff.maddox.co.uk/tasmota/sonoff.bin","RestartReason":"Power on","Uptime":"0T00:01:20","StartupUTC":"","Sleep":0,"BootCount":28,"SaveCount":52,"SaveAddress":"FA000"}}
00:01:20 RSL: stat/rum/STATUS2 = {"StatusFWR":{"Version":"6.1.1.14","BuildDateTime":"2018-09-01T18:14:36","Boot":6,"Core":"2_4_2","SDK":"2.2.1(cfd48f3)"}}
00:01:20 RSL: stat/rum/STATUS3 = {"StatusLOG":{"SerialLog":2,"WebLog":2,"SysLog":0,"LogHost":"","LogPort":514,"SSId":["Kaywinnet",""],"TelePeriod":300,"SetOption":["00008009","55818000","00000001"]}}
00:01:20 RSL: stat/rum/STATUS4 = {"StatusMEM":{"ProgramSize":477,"Free":524,"Heap":26,"ProgramFlashSize":1024,"FlashSize":1024,"FlashMode":3,"Features":["00000809","0FC8E790","00000000","02B400CE","00000000"]}}
00:01:20 RSL: stat/rum/STATUS5 = {"StatusNET":{"Hostname":"qwerty","IPAddress":"0.0.0.0","Gateway":"192.168.1.1","Subnetmask":"255.255.255.0","DNSServer":"192.168.1.1","Mac":"60:01:94:69:2D:B5","Webserver":2,"WifiConfig":5}}
00:01:20 RSL: stat/rum/STATUS6 = {"StatusMQT":{"MqttHost":"192.168.1.124","MqttPort":1883,"MqttClientMask":"DVES_%06X","MqttClient":"DVES_692DB5","MqttUser":"DVES_USER","MqttType":1,"MAX_PACKET_SIZE":1000,"KEEPALIVE":15}}
00:01:20 RSL: stat/rum/STATUS7 = {"StatusTIM":{"UTC":"Thu Jan 01 00:01:20 1970","Local":"Thu Jan 01 00:01:20 1970","StartDST":"Thu Jan 01 00:00:00 1970","EndDST":"Thu Jan 01 00:00:00 1970","Timezone":99,"Sunrise":"12:15","Sunset":"21:22"}}
00:01:20 RSL: stat/rum/STATUS10 = {"StatusSNS":{"Time":"1970-01-01T00:01:20","Switch1":"ON"}}
00:01:20 RSL: stat/rum/STATUS11 = {"StatusSTS":{"Time":"1970-01-01T00:01:20","Uptime":"0T00:01:20","Vcc":3.392,"POWER":"OFF","Wifi":{"AP":1,"SSId":"Kaywinnet","RSSI":100,"APMac":"44:D1:FA:1E:94:3D"}}}
00:01:26 WIF: Connect failed as AP cannot be reached
00:01:26 WIF: Connecting to AP1 Kaywinnet in mode 11N as qwerty...
```
I wish I could change the title, because the problem is not flashing.
The correct title should be"Updated Arduino IDE libraries, now Tasmota on the Sonoff Basic won't connect to the AP"
I have a few sonoff Basic switches that I have been flashing with Tasmota 6.1.1a using the Arduino IDE. The first three went well and all I changed between them is the #define PROJECT line. When I got to the 4th and 5th Sonoff's, I started getting this error: "Connect failed with AP incorrect password". I downloaded the latest Tasmota sources and it compiles and flashes OK, but I keep getting the same error.
I downloaded the latest sonoff.bin file and flashed it with ESPeasy, and everything works fine. It connects to the AP and I can change the parameters in the console.
But I can't flash and connect from the Arduino IDE.
Any ideas would be appreciated because I don't like it when things stop working. Plus I want to experiment with the code and I can't do it if the flash via Arduino won't connect to the AP.
I did do a libraries update on the Arduino IDE before this problem appeared.