You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The heltec_vbat() return 0.00 at v3.2 boards. After searching around I found out, that the logic of ADC_Ctrl is changed from LOW enable to HIGH enable. Heltec LoRa32 v3.2 charge status
If you want to use the heltec_bat() at v3.2 Boards you have to change from LOW to HIGH digitalWrite(VBAT_CTRL, HIGH);
The text was updated successfully, but these errors were encountered:
The heltec_vbat() return 0.00 at v3.2 boards. After searching around I found out, that the logic of ADC_Ctrl is changed from LOW enable to HIGH enable.
Heltec LoRa32 v3.2 charge status
If you want to use the heltec_bat() at v3.2 Boards you have to change from LOW to HIGH
digitalWrite(VBAT_CTRL, HIGH);
The text was updated successfully, but these errors were encountered: