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

Don't change default baud rate for MKR Vidor 4000 #110

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Mar 19, 2020

  1. Don't change baud rate for MKR Vidor 4000

    The esptool expects an initial detection phase where baud rate is 115200. Setting it to 119400 is causing wacky errors like detecting an incorrect crystal frequency:
    ```
    WARNING: Detected crystal freq 38.94MHz is quite different to normalized freq 40MHz. Unsupported crystal in use?
    Crystal is 40MHz
    ```
    It still works fine with 119400 rate, but it creates a warning and there's no need to distinguish Vidor from the other MKR boards here.
    sameer authored Mar 19, 2020
    Configuration menu
    Copy the full SHA
    ebe26a6 View commit details
    Browse the repository at this point in the history