mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-04-05 14:37:05 +00:00
HELTEC WSL V3 added
This commit is contained in:
parent
8e6346aa97
commit
8024925950
5 changed files with 27 additions and 25 deletions
|
|
@ -88,7 +88,6 @@ namespace POWER_Utils {
|
|||
#endif
|
||||
}
|
||||
|
||||
|
||||
void setup() {
|
||||
#ifdef HAS_AXP192
|
||||
Wire.begin(SDA, SCL);
|
||||
|
|
@ -135,7 +134,9 @@ namespace POWER_Utils {
|
|||
|
||||
#ifdef VEXT_CTRL
|
||||
pinMode(VEXT_CTRL,OUTPUT); // GPS + TFT on HELTEC Wireless_Tracker and only for Oled in HELTEC V3
|
||||
digitalWrite(VEXT_CTRL, HIGH);
|
||||
#ifndef HELTEC_WSL_V3
|
||||
digitalWrite(VEXT_CTRL, HIGH);
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef ADC_CTRL
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue