This commit is contained in:
Ricardo Guzman (Richonguzman)
2026-06-11 01:39:34 -04:00
parent 25ea82737a
commit 96432b8624
8 changed files with 1136 additions and 965 deletions
+1 -1
View File
@@ -75,7 +75,6 @@ public:
class LoraModule {
public:
bool cadActive;
bool rxActive;
long rxFreq;
int rxSpreadingFactor;
@@ -87,6 +86,7 @@ public:
int txCodingRate4;
long txSignalBandwidth;
int power;
bool cadActive;
};
class Display {