Skip to content

Conversation

@platypii
Copy link
Contributor

@platypii platypii commented Feb 22, 2023

This PR adds support for the latest V3 boards: WIFI_Kit_32_V3 and WIFI_LoRa_32_V3

Without this, things like the screen, wifi, and lora do not work!
Because heltec.cpp checks for specific board macros.

Since Heltec now has a lot of boards in their inventory, I refactored heltec.h to map each board to certain capabilities: Heltec_Wifi, Heltec_LoRa, Heltec_Screen, Heltec_Vext

Then I changed the code in heltec.cpp to check for capabilities, not specific boards.
This will make it much easier to release new boards in the future.

Should fix #96 and #97

❤️ Heltec!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Software Support for the new Wifi Kit 32 (V3) is horrible

2 participants