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.
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.