Had some problems uploading so I want to share how i solved them.
In /cpm8266/code/Makefile there are the upload parameters. i've changed them to match the one used with Arduino IDE:
FLASHPARAM = --flash_freq 40m --flash_mode qio
FLASHBAUD = 115200
So if the upload fails you know what to check
Had some problems uploading so I want to share how i solved them.
In /cpm8266/code/Makefile there are the upload parameters. i've changed them to match the one used with Arduino IDE:
FLASHPARAM = --flash_freq 40m --flash_mode qio
FLASHBAUD = 115200
So if the upload fails you know what to check