Skip to content

Commit bf35d0b

Browse files
committed
pio: fix git builds & bump current platform
- platform == platform_latest - mcspr/toolchain-xtensa via platformio/platformio-core#3612 Yet, this does not avoid useless warnings that platform does not specify platformio/* prefix in the package spec :( It should be available in the next espressif8266 version: platformio/platform-espressif8266@0859336
1 parent f63471f commit bf35d0b

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ jobs:
2929
- stage: Test Host
3030
- stage: Test WebUI
3131
- stage: Test PlatformIO Build
32-
env: TEST_ENV=esp8266-4m-base
33-
- env: >-
32+
env: >-
3433
TEST_ENV=esp8266-4m-latest-base TEST_EXTRA_ARGS="-a
3534
test/build/extra/secure_client.h"
3635
- stage: Release

code/platformio.ini

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,14 @@ extra_configs =
3131
# arduino core 2.6.1 = [email protected] (not supported)
3232
# arduino core 2.6.2 = [email protected] (not supported)
3333
# arduino core 2.6.3 = [email protected] (not supported)
34-
# arduino core 2.7.1 = [email protected] (platform)
35-
# arduino core 2.7.4 = [email protected] (platform_latest)
34+
# arduino core 2.7.1 = [email protected]
35+
# arduino core 2.7.2 = [email protected]
36+
# arduino core 2.7.3 = [email protected]
37+
# arduino core 2.7.4 = [email protected] (platform)
3638
#
3739
# ------------------------------------------------------------------------------
3840

39-
platform = espressif8266@2.5.3
41+
platform = espressif8266@2.6.2
4042
platform_latest = [email protected]
4143

4244
# ------------------------------------------------------------------------------
@@ -120,10 +122,9 @@ debug_flags =
120122

121123
shared_libdeps_dir = libraries/
122124

123-
# TODO: right now we depend on external toolchain url b/c toolchain version is hard-coded into the platform
124125
git_platform_packages =
125126
framework-arduinoespressif8266 @ https://github.com/esp8266/Arduino.git
126-
toolchain-xtensa @ ~2.100100.200706
127+
mcspr/toolchain-xtensa @ 5.100200.200918
127128

128129
lib_deps =
129130
https://github.com/me-no-dev/ESPAsyncTCP.git#7e9ed22

0 commit comments

Comments
 (0)