We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e592ea7 commit d8b01bdCopy full SHA for d8b01bd
CHANGELOG.md
@@ -28,6 +28,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
28
### Fixed
29
- Warnings about directory name mismatches are now based on proper comparison of strings
30
- Now using the recommended "stable" URL for the `esp32` board family
31
+- `esp8266:huzzah` options updated as per upstream
32
33
### Security
34
misc/default.yml
@@ -70,7 +70,7 @@ platforms:
70
warnings:
71
flags:
72
esp8266:
73
- board: esp8266:esp8266:huzzah:FlashSize=4M3M,CpuFrequency=80
+ board: esp8266:esp8266:huzzah:eesz=4M3M,xtal=80
74
package: esp8266:esp8266
75
gcc:
76
features:
0 commit comments