Skip to content
This repository was archived by the owner on Feb 25, 2021. It is now read-only.

Commit a7e390c

Browse files
author
Johannes Formann
committed
Newer plattform has support for saving configuration, older need older async-tcp.
1 parent 58f483a commit a7e390c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: platformio.ini

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
; https://docs.platformio.org/page/projectconf.html
1010

1111
[env:featheresp32]
12-
platform = espressif32@1.9.0
12+
platform = espressif32@1.7.0
1313
board = featheresp32
1414
framework = arduino
1515
board_build.partitions = no_ota_eeprom.csv
1616
build_flags = -DNO_GLOBAL_EEPROM -DDEBUG_EEPROM32_ROTATE_PORT=Serial -DI2C_BUFFER_LENGTH=255 -g
1717
;-DUSE_SERIAL
18-
lib_deps = AsyncTCP, Adafruit Unified Sensor, ESP32CAN, Adafruit FXOS8700, Adafruit FXAS21002C, Adafruit AHRS, SparkFun LSM9DS1 IMU
18+
lib_deps = AsyncTCP@1.0.3, Adafruit Unified Sensor, ESP32CAN, Adafruit FXOS8700, Adafruit FXAS21002C, Adafruit AHRS, SparkFun LSM9DS1 IMU
1919
upload_port = /dev/ttyUSB1

0 commit comments

Comments
 (0)