per1234 / ino-troubleshooting

Troubleshooting guide for Arduino
https://per1234.github.io/ino-troubleshooting/
Creative Commons Zero v1.0 Universal
3 stars 0 forks source link

Specify menu paths for macOS #1

Open per1234 opened 4 years ago

per1234 commented 4 years ago

On macOS, there is an additional "Arduino" menu on the toolbar. Some of the contents of the "File" menu on other OSs are instead found under this "Arduino" menu for macOS users. So any instructions that use these menu paths should be updated to be also macOS compatible.

Arduino IDE 1.x

arduinomenu

Arduino IDE 2.x


Screen Shot 2021-03-21 at 20 09 20


Screen Shot 2021-03-21 at 20 09 30


Screen Shot 2021-03-21 at 20 12 57


Version Windows/Linux macOS
1.x File > Quit Arduino > Quit Arduino
2.x File > Quit Arduino IDE > Quit Arduino IDE
1.x File > Preferences... Arduino > Preferences...
2.x File > Preferences... Arduino IDE > Settings...
2.x File > Advanced Arduino IDE > Advanced
1.x Help > About Arduino IDE Arduino > About Arduino
2.x Help > About Arduino IDE Arduino IDE > About Arduino IDE

References