diff --git a/extras/scripts/wandbox/publish.sh b/extras/scripts/wandbox/publish.sh index b3f7077f..611572f8 100755 --- a/extras/scripts/wandbox/publish.sh +++ b/extras/scripts/wandbox/publish.sh @@ -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