Skip to content

Commit a5dc09e

Browse files
committed
add libs
s
1 parent 8066a76 commit a5dc09e

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.github/workflows/arduino.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,10 @@ jobs:
2626
source-url: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
2727
sketch-paths: |
2828
- bitcoinSwitch
29+
libraries: |
30+
- name: links2004/WebSockets
31+
version: 2.3.7
32+
- name: bblanchon/ArduinoJson
33+
version: 6.21.3
2934
cli-compile-flags: |
3035
- --warnings="none"

platformio.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ platform = espressif32
1616
board = esp32dev
1717
framework = arduino
1818
monitor_speed = 115200
19-
lib_deps =
20-
links2004/WebSockets@^2.3.7
21-
bblanchon/ArduinoJson@^6.21.3
19+
lib_deps =
20+
WebSockets@^2.3.7
21+
ArduinoJson@^6.21.3

0 commit comments

Comments
 (0)