Skip to content

Commit be5a93a

Browse files
authored
Update platforms and ble lib (#881)
* Update platforms and ble lib * esp32 3.0.0 and not 3.1.0 due to build error on ttgo t beam platformio/platform-espressif32#502
1 parent ebd6bb8 commit be5a93a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

platformio.ini

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ arduinolog = https://github.com/1technophile/Arduino-Log.git#d13cd80
8686
pubsubclient = PubSubClient@2.8
8787
rc-switch = https://github.com/1technophile/rc-switch.git#385a7e0
8888
newremoteswitch = https://github.com/1technophile/NewRemoteSwitch.git#8eb980e
89-
ble = https://github.com/h2zero/NimBLE-Arduino.git#1.0.0
89+
ble = https://github.com/h2zero/NimBLE-Arduino.git#1.2.0
9090
irremoteesp = IRremoteESP8266@2.7.9
9191
irremote = https://github.com/z3t0/Arduino-IRremote.git#1c08a37
9292
lora = https://github.com/sandeepmistry/arduino-LoRa.git#f4a1d27
@@ -132,9 +132,9 @@ build_flags =
132132
monitor_speed = 115200
133133

134134
[com]
135-
esp8266_platform = espressif8266@2.6.2
136-
esp32_platform = espressif32@1.12.2
137-
atmelavr_platform = atmelavr@1.13.0
135+
esp8266_platform = espressif8266@2.6.3
136+
esp32_platform = espressif32@3.0.0
137+
atmelavr_platform = atmelavr@3.2.0
138138

139139
[com-esp]
140140
lib_deps =

0 commit comments

Comments
 (0)