Skip to content
This repository was archived by the owner on Aug 3, 2026. It is now read-only.

Commit 77865a6

Browse files
committed
ci test
1 parent 50af3c2 commit 77865a6

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ jobs:
6161
--board ${{ matrix.board }} \
6262
--lib="." \
6363
--project-option "build_unflags=-std=gnu++11" \
64-
--project-option "build_flags=-std=gnu++17"
64+
--project-option "build_flags=-std=gnu++17" \
65+
--project-option "lib_deps=ArduinoJson@>=7.0.0"
6566
fi
6667
done
6768

platformio.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ board = esp32dev
44
framework = arduino
55
monitor_speed = 115200
66
build_flags = -std=gnu++17
7+
lib_deps =
8+
ArduinoJson@>=7.0.0

0 commit comments

Comments
 (0)