We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0e93c4 commit dd39391Copy full SHA for dd39391
misc/default.yml
@@ -60,16 +60,16 @@ platforms:
60
warnings:
61
flags:
62
nano_every:
63
- board: arduino:megaavr:nona4809
64
- package: arduino:megaavr
65
- gcc:
66
- features:
67
- defines:
68
- - MILLIS_USE_TIMERB3
69
- - NO_EXTERNAL_I2C_PULLUP
70
- - AVR_NANO_4809_328MODE
71
- warnings:
72
- flags:
+ board: arduino:megaavr:nona4809
+ package: arduino:megaavr
+ gcc:
+ features:
+ defines:
+ - MILLIS_USE_TIMERB3
+ - NO_EXTERNAL_I2C_PULLUP
+ - AVR_NANO_4809_328MODE
+ warnings:
+ flags:
73
esp32:
74
board: esp32:esp32:featheresp32:FlashFreq=80
75
package: esp32:esp32
0 commit comments