Skip to content

Commit

Permalink
Wandbox: compile with gcc-head
Browse files Browse the repository at this point in the history
  • Loading branch information
bblanchon committed Nov 15, 2024
1 parent f9fe855 commit 7946ebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extras/scripts/wandbox/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7946ebe

Please sign in to comment.