浏览代码

Versions of Arduino IDE prior to 1.6.0 are no longer supported

João Brázio 8 年前
父节点
当前提交
ca6c6ec4ca
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      Marlin/SanityCheck.h

+ 2
- 2
Marlin/SanityCheck.h 查看文件

@@ -34,8 +34,8 @@
34 34
  * release we will stop supporting old IDE versions and will require user
35 35
  * action to proceed with compilation in such environments.
36 36
  */
37
-#if !defined(ARDUINO) || ARDUINO < 10500
38
-  #warning Versions of Arduino IDE prior to 1.5 are no longer supported, please update your toolkit.
37
+#if !defined(ARDUINO) || ARDUINO < 10600
38
+  #error Versions of Arduino IDE prior to 1.6.0 are no longer supported, please update your toolkit.
39 39
 #endif
40 40
 
41 41
 /**

正在加载...
取消
保存