Added TBeam V1 V1_2 V1_SX1268 V1_2_SX1262

This commit is contained in:
richonguzman 2024-01-03 01:13:44 -03:00
parent 953b5e71e5
commit a1fa637095
9 changed files with 232 additions and 19 deletions

View file

@ -81,10 +81,14 @@ namespace Utils {
void setupDisplay() {
setup_display();
#if defined(TTGO_T_LORA_V2_1) || defined(HELTEC_V2) || defined(HELTEC_V3) || defined(ESP32_DIY_LoRa) || defined(ESP32_DIY_1W_LoRa)
digitalWrite(internalLedPin,HIGH);
#endif
Serial.println("\nStarting iGate: " + Config.callsign + " Version: " + versionDate);
show_display(" LoRa APRS", "", " ( iGATE )", "", "", "Richonguzman / CA2RXU", " " + versionDate, 4000);
#if defined(TTGO_T_LORA_V2_1) || defined(HELTEC_V2) || defined(HELTEC_V3) || defined(ESP32_DIY_LoRa) || defined(ESP32_DIY_1W_LoRa)
digitalWrite(internalLedPin,LOW);
#endif
firstLine = Config.callsign;
seventhLine = " listening...";
}