Is it possible to display compiler warnings in Arduino?

前端 未结 5 741
伪装坚强ぢ
伪装坚强ぢ 2021-01-07 01:28

I would like the Arduino IDE to display compiler warnings, and I would rather not have to compile once in the terminal for warnings, and again through Arduino to generate th

5条回答
  •  遥遥无期
    2021-01-07 01:49

    Most answers here seem to be outdated. From Arduino.app 1.5 onwards you must find the file preferences.txt (https://www.arduino.cc/en/Hacking/Preferences) and change the line compiler.warning_level=none to compiler.warning_level=all IMPORTANT: Quit Arduino first, edit, then start the IDE again.

提交回复
热议问题