Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Made Arduino IDE scroll during upload #482

Closed
wants to merge 2 commits into from

Commits on Nov 14, 2019

  1. Made Arduino IDE scroll during upload

    When esptool is run from the Arduino IDE, the output window doesn't
    scroll because of the \rs used to make the console update status on a
    single line.
    
    To avoid this, don't attempt to output everything on a single line when
    scripted (i.e. not running on a TTY) by replacing \r with \n.
    
    See esp8266/Arduino#6765 for some discussion.
    earlephilhower committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    764d922 View commit details
    Browse the repository at this point in the history
  2. Fix flake8 errors

    earlephilhower committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    815af33 View commit details
    Browse the repository at this point in the history