Heltec-Aaron-Lee / WiFi_Kit_series

Arduino source codes and toolchain for WiFi_Kit_series made by HelTecAutomation.
GNU Lesser General Public License v2.1
766 stars 308 forks source link

how to identify the version of the board #142

Open Borela97 opened 3 years ago

Borela97 commented 3 years ago

I would like to know how to differentiate the WIFI_LoRa_32_V2.1 card

Ex: `#if defined( WIFI_LoRa_32_V21 )

define PIN_READ_BATTERY 37

else

define PIN_READ_BATTERY 13

endif`