Skip to content

[WIFI] Missing preprocessor defines in .variants\lilygo_tbeam_SX1262\platformio.ini #3126

Description

@drewsed

https://github.com/meshcore-dev/MeshCore/blob/main/docs/faq.md#76-q-how-do-i-connect-to-the-companion-via-wi-fi-eg-using-a-heltec-v3

Description

The WiFi option is currently not available for the LilyGO T-Beam boards.

After investigating, it appears that the required preprocessor defines are missing from platform.ini for the T-Beam board configurations. Because these defines are not set, the WiFi-related code is excluded during compilation, and the corresponding functionality cannot be enabled.

Expected behavior

The T-Beam board configurations should include the necessary defines in platform.ini so that WiFi support is available, just like on other supported boards (where applicable).

Additional information

Adding the missing defines to the respective T-Beam environments in platform.ini should expose the WiFi functionality and allow it to be compiled correctly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions