Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert esp8266 SDK #390

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ lib_deps =
adafruit/Adafruit BME680 [email protected]
adafruit/Adafruit BMP280 [email protected]
adafruit/Adafruit [email protected]
adafruit/Adafruit GFX [email protected].9
adafruit/Adafruit GFX [email protected].11
adafruit/Adafruit SHT31 [email protected]
adafruit/Adafruit Unified [email protected]
arduino-libraries/ArduinoHttpClient@0.4.0
arduino-libraries/ArduinoHttpClient@0.6.1
bakercp/CRC32 @ 2.0.0
bblanchon/[email protected]
beegee-tokyo/DHT sensor library for [email protected]
Expand All @@ -60,10 +60,8 @@ lib_deps =
links2004/[email protected]
marcmerlin/FastLED [email protected]
powerbroker2/[email protected]
plerup/EspSoftwareSerial@^8.2.0
robtillaart/[email protected]
TimeLib = https://github.com/PaulStoffregen/Time.git#v1.6.1
WiFiManager = https://github.com/tzapu/WiFiManager.git#v2.0.17

[env:ESP32_generic]
platform = espressif32
Expand All @@ -80,9 +78,11 @@ platform_packages =
framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#2.0.17
lib_deps =
${common.lib_deps}
plerup/EspSoftwareSerial@^8.2.0
WiFiManager = https://github.com/tzapu/WiFiManager.git#v2.0.17

[env:ESP8266_generic]
platform = espressif8266@4.2.1
platform = espressif8266@2.6.3
board = esp12e
framework = ${common.framework}
board_build.filesystem = littlefs
Expand All @@ -94,6 +94,7 @@ build_flags =
-DBUILD_SECTION="ESP8266_generic"
lib_deps =
${common.lib_deps}
tzapu/WiFiManager@^0.16.0

[env:ESP8266_d1_mini]
extends = env:ESP8266_generic
Expand Down