This commit is contained in:
richonguzman
2025-09-25 15:55:18 -03:00
parent 36cd1578cc
commit 60a148d362
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -67,8 +67,8 @@ ___________________________________________________________________*/
#endif
String versionDate = "2025-09-17";
String versionNumber = "3.1.2";
String versionDate = "2025-09-25";
String versionNumber = "3.1.2.1";
Configuration Config;
WiFiClient aprsIsClient;
WiFiClient mqttClient;
@@ -20,7 +20,7 @@
#define BOARD_PINOUT_H_
// LoRa Radio
#define HAS_SX1278
#define HAS_SX1276
#define RADIO_SCLK_PIN 5
#define RADIO_MISO_PIN 19
#define RADIO_MOSI_PIN 27