Wandbox: update compiler version

This commit is contained in:
Benoit Blanchon
2022-01-14 09:23:12 +01:00
parent dea8387586
commit 6806393285

View File

@ -15,7 +15,7 @@ compile() {
"code":$(read_string "$FILE_PATH"),
"codes": [{"file":"ArduinoJson.h","code":$(read_string "$ARDUINOJSON_H")}],
"options": "warning",
"compiler": "gcc-4.9.3",
"compiler": "gcc-4.9.4",
"save": true
}
END