File tree Expand file tree Collapse file tree 5 files changed +7
-3
lines changed Expand file tree Collapse file tree 5 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 4040 uses : actions/checkout@v3
4141 with :
4242 repository : bblanchon/ArduinoJson
43+ ref : 3e1be980d93e47b2a0073efeeb9a9396fd7a83be
4344 path : examples/ESP-IDF/components/ArduinoJson
4445 - name : esp-idf build
4546 uses : espressif/esp-idf-ci-action@v1
Original file line number Diff line number Diff line change 66
77- Allow ` nullptr ` as parameter for ` mocpp_set_console_out ` ([ #224 ] ( https://github.com/matth-x/MicroOcpp/issues/224 ) )
88- Fix ` mocpp_tick_ms() ` on esp-idf roll-over after 12 hours
9+ - Pin ArduinoJson to v6.21 ([ #245 ] ( https://github.com/matth-x/MicroOcpp/issues/245 ) )
910
1011## [ 1.0.0] - 2023-10-22
1112
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ Please take `examples/ESP/main.cpp` as the starting point for the first project.
6161
6262Mandatory:
6363
64- - [ bblanchon/ArduinoJSON] ( https://github.com/bblanchon/ArduinoJson )
64+ - [ bblanchon/ArduinoJSON] ( https://github.com/bblanchon/ArduinoJson ) (version ` 6.21 ` )
6565
6666If compiled with the Arduino integration:
6767
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Please clone the following repositories into the respective components-directori
1111- [ MicroOcpp] ( https://github.com/matth-x/MicroOcpp ) into ` components/MicroOcpp `
1212- [ Mongoose (ESP-IDF integration)] ( https://github.com/cesanta/mongoose-esp-idf ) into ` components/mongoose `
1313- [ Mongoose adapter for MicroOcpp] ( https://github.com/matth-x/MicroOcppMongoose ) into ` components/MicroOcppMongoose `
14- - [ ArduinoJson] ( https://github.com/bblanchon/ArduinoJson ) into ` components/ArduinoJson `
14+ - [ ArduinoJson (v6.21) ] ( https://github.com/bblanchon/ArduinoJson ) into ` components/ArduinoJson `
1515
1616For setup, the following commands could come handy (change to the root directory of the ESP-IDF project first):
1717
@@ -24,6 +24,8 @@ git clone https://github.com/matth-x/MicroOcpp components/MicroOcpp
2424git clone --recurse-submodules https://github.com/cesanta/mongoose-esp-idf.git components/mongoose
2525git clone https://github.com/matth-x/MicroOcppMongoose components/MicroOcppMongoose
2626git clone https://github.com/bblanchon/ArduinoJson components/ArduinoJson
27+ cd components/ArduinoJson
28+ git checkout 3e1be980d93e47b2a0073efeeb9a9396fd7a83be
2729```
2830
2931The setup is done if the following include statements work:
Original file line number Diff line number Diff line change @@ -5,6 +5,6 @@ The ESP-IDF integration requires at least the following components:
55- [ MicroOcpp] ( https://github.com/matth-x/MicroOcpp )
66- [ Mongoose (ESP-IDF integration)] ( https://github.com/cesanta/mongoose-esp-idf )
77- [ Mongoose adapter for MicroOcpp] ( https://github.com/matth-x/MicroOcppMongoose )
8- - [ ArduinoJson] ( https://github.com/bblanchon/ArduinoJson )
8+ - [ ArduinoJson (v6.21) ] ( https://github.com/bblanchon/ArduinoJson )
99
1010This example only provides the folder structure. You need to clone every project into it in order to run the example.
You can’t perform that action at this time.
0 commit comments