New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wifi-Config example installation issue #5
Comments
|
|
When running the keyboard example, I am seeing the |
|
Thanks, Will. I can reproduce the problem with the That change works on ESP and Mac. It works with the I don't want to commit the change without having Patrick review it first. |
|
I got the reportScan error as reported by @bmeck, first time I ran it. Second time it worked. After playing around trying to enter a valid SSID I got the traceback again. |
|
This commit fixes the problem with |
|
I hit the same issue, so I changed:
# serial port configuration
- UPLOAD_SPEED ?= 921600
+ UPLOAD_SPEED ?= 115200And was able to successfully load programs to the ESP8266 |
|
@rwaldron - I'm curious if what you encountered was the warning that 921600 may not work (which is annoying but not a failure) or an inability to flash at that speed. I work at 921600 with ESP8266. There are occasional failures to connect. but they are rare enough that the speed increase is worth it. Working at 115200 gets tedious pretty quickly - so you might try at least 230400 if you are having problems at the highest speed. |
|
@phoddie the operation would stop completely without the change that I made above. I will try 230400 tomorrow and report back! |
|
This seems to be fixed with the updated public branch |
I've just now restored to 921600 and my attempt to flash was successful (despite the warning). |
…metering Testnet GC, metering
I have tried a few examples and have noticed that some things occur when trying to run
wifi-configusingmcconfig -d -m -p espfrom my MacBook Pro 2015.warning: serialport_set_baudrate: baud rate 921600 may not workappears consistentlyinstall modules failureshows up after sync hitting 100% sometimesI am presuming this relates to
serialport_set_baudrateAn exception seems to always occur due to some timer, that shows up even without the module failure.
It fails to load once fully synced and prints
/Users/bfarias/Documents/moddable/modules/piu/MC/piuFont.c (247) # Break: (host): font not found: OpenSans--20!in xsbug.This one seems a bit odd, since my build directory doesn't have that string/file name anywhere, but it does have some other
OpenSansstrings:grep log
The text was updated successfully, but these errors were encountered: