Browse Source

DONT USE STAGING VERSIONgit add platformio.ini ! (instable, weird bugs)

main
Hendrik Langer 6 years ago
parent
commit
5786a3ff36
  1. 6
      platformio.ini

6
platformio.ini

@ -8,9 +8,9 @@
; Please visit documentation for the other options and examples
; http://docs.platformio.org/page/projectconf.html
[env:nodemcuv2]
platform = https://github.com/platformio/platform-espressif8266.git#feature/stage
;platform = espressif8266
[env:nodemcu]
;platform = https://github.com/platformio/platform-espressif8266.git#feature/stage
platform = espressif8266
board = nodemcu
framework = arduino
board_build.f_cpu = 80000000L

Loading…
Cancel
Save