We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e627d09 commit c3942faCopy full SHA for c3942fa
FossaGroundStation/src/Status.h
@@ -42,7 +42,7 @@ struct PacketInfo {
42
};
43
44
struct Status {
45
- const uint32_t version = 2001065; // version year month day release
+ const uint32_t version = 2001080; // version year month day release
46
bool mqtt_connected = false;
47
SysInfo sysInfo;
48
PacketInfo lastPacketInfo;
0 commit comments