Преглед изворни кода

Wandbox: update compiler version

Benoit Blanchon пре 4 година
родитељ
комит
6806393285
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      extras/scripts/wandbox/publish.sh

+ 1 - 1
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",
-  "compiler": "gcc-4.9.3",
+  "compiler": "gcc-4.9.4",
   "save": true
 }
 END