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
platform-atmelavr/builder/bootloader.py
Lines 81 to 82 in dec3edd
Refer to thread https://community.platformio.org/t/avrdude-warning-on-burn-bootloader-with-pio-standard-setting/19227
Solution: modify script this way, please.
lock_bits = board.get("bootloader.lock_bits", "0xCF") unlock_bits = board.get("bootloader.unlock_bits", "0xEF")
The text was updated successfully, but these errors were encountered:
fix avrdude WARNING for deprecated setting of lock/unlock fuse.
947dbdb
issue platformio#237. Method: following chip datasheets, set unused 2 most significant bits to 1.
No branches or pull requests
platform-atmelavr/builder/bootloader.py
Lines 81 to 82 in dec3edd
Refer to thread https://community.platformio.org/t/avrdude-warning-on-burn-bootloader-with-pio-standard-setting/19227
Solution: modify script this way, please.
The text was updated successfully, but these errors were encountered: