Skip to content

Commit b006605

Browse files
committed
update platformio.ini
1 parent 81d594f commit b006605

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

platformio.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@
1010
[env:esp12e]
1111
platform = espressif8266
1212
board = esp12e
13+
board_build.f_cpu = 160000000L
14+
1315
framework = arduino
1416
;upload_flags = --port=8266 --auth=esp-react
1517
;upload_port = 192.168.0.6
16-
board_build.f_cpu = 160000000L
1718
build_flags=
1819
-D NO_GLOBAL_ARDUINOOTA
1920
; -D ENABLE_CORS

0 commit comments

Comments
 (0)