Skip to content

Commit

Permalink
Update arduinoWebSockets and WiFi libs (#1203)
Browse files Browse the repository at this point in the history
* Update arduinoWebSockets and WiFi libs

* Update platformio.ini
  • Loading branch information
MitchBradley committed May 3, 2024
1 parent bbd663a commit d73a40c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions platformio.ini
Expand Up @@ -33,8 +33,8 @@ lib_deps =
bt_deps =
BluetoothSerial
wifi_deps =
arduinoWebSockets=https://github.com/MitchBradley/arduinoWebSockets#7793f9e
WiFi=https://github.com/MitchBradley/WiFi#e63583f
arduinoWebSockets=https://github.com/MitchBradley/arduinoWebSockets#canSend
WiFi=https://github.com/MitchBradley/WiFi#canWrite
; If we include the following explicit dependencies when we get the
; Arduino framework code from github, platformio picks up different
; and incompatible versions of these libraries from who knows where,
Expand All @@ -50,7 +50,7 @@ wifi_deps =
platform = https://github.com/platformio/platform-espressif32.git
framework = arduino
platform_packages =
framework-arduinoespressif32@ https://github.com/espressif/arduino-esp32.git#2.0.7
framework-arduinoespressif32@ https://github.com/espressif/arduino-esp32.git#2.0.15
board_build.arduino.upstream_packages = no

upload_speed = 921600
Expand Down

0 comments on commit d73a40c

Please sign in to comment.