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

minor cleanup proposal #4169

Merged
merged 6 commits into from
Jul 3, 2024
Merged

Commits on Jun 23, 2024

  1. MESHTASTIC_EXCLUDE_WIFI and HAS_WIFI cleanup...

    Our code was checking HAS_WIFI and the new MESHTASTIC_EXCLUDE_WIFI
    flags in various places (even though EXCLUDE_WIFI forces HAS_WIFI
    to 0).  Instead just check HAS_WIFI, only use EXCLUDE_WIFI inside
    configuration.h
    geeksville committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    60f46d8 View commit details
    Browse the repository at this point in the history
  2. cleanup: use HAS_NETWORKING instead of HAS_WIFI || HAS_ETHERNET

    We already had HAS_NETWORKING as flag in MQTT to mean 'we have
    tcpip'.  Generallize that and move it into configuration.h so that
    we can use it elsewhere.
    geeksville committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    0e7d4ee View commit details
    Browse the repository at this point in the history
  3. Use #pragma once, because supported by gcc and all modern compilers

    instead of #ifdef DOTHFILE_H etc...
    geeksville committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    b0fb7fe View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Configuration menu
    Copy the full SHA
    7a90dc1 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Configuration menu
    Copy the full SHA
    aad5e3c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b86cb87 View commit details
    Browse the repository at this point in the history