Skip to content

Arduino IDE 1.8.3

Compare
Choose a tag to compare
@cmaglie cmaglie released this 05 Jun 09:47
· 838 commits to master since this release
1.8.3

(bugfix service release)

IDE

  • Fixed RESOURCE_NAME in install.sh script
  • Serial Monitor: added "Clear output" button. Thanks @Michaelsy
  • added options in preferences.txt for: custom title, comment/uncomment shortcut, always show file extensions. Thanks @Michaelsy
  • added options in preferences.txt to enable/disable typing assistance (auto close brace, auto indent)
  • Enabling "Use external editor" option now requires to save all sketches.

Core

  • AVR: added availableForWrite() method in generic Stream class. Thanks @eric-wieser
  • AVR: moved flush() method up in the class hierarchy from Stream to Print class. Thanks @matthijskooijman

Other

  • Update Wifi101 Firmware Updater plugin