We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8066a76 commit a5dc09eCopy full SHA for a5dc09e
.github/workflows/arduino.yml
@@ -26,5 +26,10 @@ jobs:
26
source-url: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
27
sketch-paths: |
28
- bitcoinSwitch
29
+ libraries: |
30
+ - name: links2004/WebSockets
31
+ version: 2.3.7
32
+ - name: bblanchon/ArduinoJson
33
+ version: 6.21.3
34
cli-compile-flags: |
35
- --warnings="none"
platformio.ini
@@ -16,6 +16,6 @@ platform = espressif32
16
board = esp32dev
17
framework = arduino
18
monitor_speed = 115200
19
-lib_deps =
20
- links2004/WebSockets@^2.3.7
21
- bblanchon/ArduinoJson@^6.21.3
+lib_deps =
+ WebSockets@^2.3.7
+ ArduinoJson@^6.21.3
0 commit comments