MCUdude / MightyCore

Arduino hardware package for ATmega1284, ATmega644, ATmega324, ATmega324PB, ATmega164, ATmega32, ATmega16 and ATmega8535
Other
637 stars 181 forks source link

Tools-->Serial Plotter option is not there #218

Closed moulisankaran closed 3 years ago

moulisankaran commented 3 years ago

Arduino IDE 2.0.0-beta.7 does not have the Tools-->Serial Plotter option at all.

per1234 commented 3 years ago

@moulisankaran that has nothing to do with MightyCore. It is a deficiency in Arduino IDE 2.x itself, which is already being tracked here: https://github.com/arduino/arduino-ide/issues/54

For now, you'll need to use the classic Arduino IDE or a standalone alternative if you need Serial Plotter functionality.

moulisankaran commented 3 years ago

Sure, thanks for your response.