Skip to content
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

Change Makefile or README for examples #3

Closed
erwinkendo opened this issue Feb 20, 2015 · 1 comment
Closed

Change Makefile or README for examples #3

erwinkendo opened this issue Feb 20, 2015 · 1 comment

Comments

@erwinkendo
Copy link

Good Day

I was testing my MOD-WIFI-ESP8266-DEV module and when flashing I had an error because the makefile uses esptool.py default baudrate (115200) but the MOD-WIFI-ESP8266-DEV, or at leats the ones I got work at 58200 in UART mode. I am not issuing a pull request because I don't know how you would like to address this problem.

Kind regards

@yerpj
Copy link

yerpj commented Nov 21, 2015

If you add a parameter to your command, you should be able to use esptool.py with almost every baudrate:
-b BAUDRATE
for example :

esptool.py COM15 -b 115200 read_mac

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants