Browse Source

lower cpu freq

main
Hendrik Langer 7 years ago
parent
commit
48cdced53d
  1. 2
      .gitignore
  2. 2
      platformio.ini

2
.gitignore

@ -6,3 +6,5 @@ include/
lib/
local/
share/
src/password.txt

2
platformio.ini

@ -13,6 +13,8 @@ platform = https://github.com/platformio/platform-espressif8266.git#feature/stag
;platform = espressif8266
board = nodemcu
framework = arduino
board_build.f_cpu = 80000000L
board_build.f_flash = 40000000L
build_flags =
-DUSERDEBUG

Loading…
Cancel
Save