Skip to content

Commit

Permalink
Fix platform version for espressif8266 (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
FredM67 authored Oct 14, 2021
1 parent 53fcb17 commit 87f6de1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ESPController/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ extra_scripts =
; ESP8266 D1 MINI 4M bytes Flash buy from here https://amzn.to/3i1gPIz
; The MINI PRO version also works but is no longer required
; *** ESP8266 CORE for Arduino version 2.7.4
platform = espressif8266
platform = espressif8266@<3.0.0
board = d1_mini
upload_protocol = esptool
board_build.mcu = esp8266
Expand All @@ -35,9 +35,9 @@ upload_speed=250000
upload_port=COM3
board_build.filesystem = littlefs

platform_packages =
platformio/[email protected]
platformio/framework-arduinoespressif8266
; platform_packages =
; platformio/[email protected]
; platformio/framework-arduinoespressif8266

build_flags =
-DDEBUG_ESP_PORT=Serial1
Expand Down

0 comments on commit 87f6de1

Please sign in to comment.