From 7946ebe1a3ad8e568148631f27cadd488fbf9198 Mon Sep 17 00:00:00 2001 From: Benoit Blanchon Date: Fri, 15 Nov 2024 09:13:00 +0100 Subject: [PATCH] Wandbox: compile with `gcc-head` --- extras/scripts/wandbox/publish.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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