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

Add s2 mini dev board support #364

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Oct 17, 2023

  1. Merge pull request justcallmekoko#358 from justcallmekoko/master

    Merge pull request justcallmekoko#357 from justcallmekoko/develop
    justcallmekoko authored Oct 17, 2023
    Configuration menu
    Copy the full SHA
    ab62f0f View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Fix error output

    justcallmekoko committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    bea6978 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. Fix unicast MAC addr

    justcallmekoko committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    516b8b0 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2023

  1. Adding preprocessor directives to support ESP32-S2FN4R2 dev boards

    Created a new board definition for ESP32-S2 mini dev boards
    
    Conditionally changed the default Serial0 pins to ones that are available on the mini dev board. Other boards are not affected.
    
    Added a preprocessor directive to exclude softwareserial in GpsInterface.h, as it caused compilation issues with ESP32-S2FN4R2 boards.
    lewibt01 committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    b075094 View commit details
    Browse the repository at this point in the history