mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-17 04:22:18 +02:00
@ -14,8 +14,8 @@ compile() {
|
|||||||
{
|
{
|
||||||
"code":$(read_string "$FILE_PATH"),
|
"code":$(read_string "$FILE_PATH"),
|
||||||
"codes": [{"file":"ArduinoJson.h","code":$(read_string "$ARDUINOJSON_H")}],
|
"codes": [{"file":"ArduinoJson.h","code":$(read_string "$ARDUINOJSON_H")}],
|
||||||
"options": "warning",
|
"options": "warning,c++11",
|
||||||
"compiler": "gcc-4.9.4",
|
"compiler": "gcc-5.5.0",
|
||||||
"save": true
|
"save": true
|
||||||
}
|
}
|
||||||
END
|
END
|
||||||
|
Reference in New Issue
Block a user