mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-03-17 18:54:47 +01:00
version update
This commit is contained in:
parent
7e05f87613
commit
9fb558274e
|
|
@ -11,6 +11,8 @@
|
|||
#include "igate_config.h"
|
||||
#include "display.h"
|
||||
|
||||
#define VERSION "2023.05.17"
|
||||
|
||||
WiFiClient espClient;
|
||||
String ConfigurationFilePath = "/igate_conf.json";
|
||||
Configuration Config(ConfigurationFilePath);
|
||||
|
|
@ -224,7 +226,7 @@ void sendNewLoraPacket(String typeOfMessage, String newPacket) {
|
|||
|
||||
void setup() {
|
||||
Serial.begin(115200);
|
||||
Serial.println("Starting iGate: " + Config.callsign + "\n");
|
||||
Serial.println("Starting iGate: " + Config.callsign + " Version: " + String(VERSION) + "\n");
|
||||
setup_display();
|
||||
setup_wifi();
|
||||
btStop();
|
||||
|
|
|
|||
Loading…
Reference in a new issue