mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-02 00:38:26 +01:00
242 B
242 B
Compiling Arduino JSON
Step 1: Download source code:
git clone https://github.com/bblanchon/ArduinoJson.git
Step 2: Generate the Makefile for your environment
cd ArduinoJson
cmake .
Step 3: Build
make