We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Since update to latest version the board_f_cpu flag seams to be used for defining the flash frequency and 160 isn't supported:
board_f_cpu
"/Users/FWeinb/.platformio/packages/tool-esptool/esptool" -eo "/Users/FWeinb/.platformio/packages/framework-arduinoespressif/bootloaders/eboot/eboot.elf" -bo .pioenvs/nodemcu/firmware.bin -bm dio -bf 160 -bz 4M -bs .text -bp 4096 -ec -eo .pioenvs/nodemcu/firmware.elf -bs .irom0.text -bs .text -bs .data -bs .rodata -bc -ec error: invalid flash frequency value: 160
It looks like that this is the commit that breaks this.
The text was updated successfully, but these errors were encountered:
6baf656
Please re-test with http://docs.platformio.org/en/latest/installation.html#d-development-version
Sorry, something went wrong.
This is working great! Thanks.
@FWeinb Thanks for the report! 👍
Works for me! thanks
Version bump to 2.8.4 (issues #494, #501, #503, #506, #518)
321640b
ivankravets
No branches or pull requests
Since update to latest version the
board_f_cpu
flag seams to be used for defining the flash frequency and 160 isn't supported:It looks like that this is the commit that breaks this.
The text was updated successfully, but these errors were encountered: