Skip to content

Commit

Permalink
Use newer versions of arduinoWebSockets and WiFi libs with timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
MitchBradley committed Aug 14, 2023
1 parent 2e7b101 commit dff1df6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ lib_deps =
bt_deps =
BluetoothSerial
wifi_deps =
arduinoWebSockets=https://github.com/MitchBradley/arduinoWebSockets#canSend
WiFi=https://github.com/MitchBradley/WiFi#52da841
arduinoWebSockets=https://github.com/MitchBradley/arduinoWebSockets#7793f9e
WiFi=https://github.com/MitchBradley/WiFi#e63583f
; 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 Down

0 comments on commit dff1df6

Please sign in to comment.