Wandbox: compile with gcc-head

This commit is contained in:
Benoit Blanchon
2024-11-15 09:13:00 +01:00
parent f9fe8557f1
commit 7946ebe1a3

View File

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