-
-
Notifications
You must be signed in to change notification settings - Fork 97
Debug for wifi connect #36
Comments
Hi proddy: |
I don't think you did anything wrong. Default settings should start up in AP mode and should be visible as ems-esp on your router. I will need to do some more testing here to check that it works correctly on a non Windows environment. If the wifi fails then you can't get telnet which is used for logging information which is why I in extreme situations you can use DEBUG_SUPPORT and then see the wifi connect details on the Serial USB. I've updated the doc to make this clearer |
Hi proddy: |
Hi Proddy: |
Yes, the lower case bug was fixed in the latest release |
Ok,Thanks for your help ,I will close this issue. |
@proddy,Do you have instruction for build environment for windows?now I use linux environment,I want to build use windows environment.This is my first time to develop base ESP8266 use visual studio code. |
Yes it’s described step by step in my readme
…On Sun, 13 Jan 2019 at 09:29, muzixiaosanshi ***@***.***> wrote:
@proddy <https://github.com/proddy>,Do you have instruction for build
environment for windows?now I use linux environment,I want to build use
windows environment.This is my first time to develop base ESP8266 use
visual studio code.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#36 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ABLHeBBv2Jfbb-4voy3Cgyuf2mPUr6Dmks5vCu5WgaJpZM4Z8r3d>
.
|
Ok,I will read your readme carefully,Thanks. |
Hi proddy:
I use linux enviroment to build code,when I finished build and upload firmware to ESP8266 board and press reset button on the board.I search IP on my router but I cann't found it connect to my router.I found board return to AP mode.I found in your wiki:
If the WiFi, MQTT, MDNS or something else fails to connect, re-build the firmware using the
-DDEBUG_SUPPORT
option.So I use this command "sudo platformio --DDEBUG_SUPPORT run -t upload",but it cann't work.Does this command is right?
The text was updated successfully, but these errors were encountered: