rule of thumb, last minute changes are dumb.

This commit is contained in:
Thomas Göttgens
2023-12-17 18:30:38 +01:00
parent add78a459b
commit c5a2dc758f
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ class PaxcounterModule : private concurrency::OSThread, public ProtobufModule<me
PaxcounterModule();
protected:
struct count_payload_t count_from_libpax;
struct count_payload_t count_from_libpax = {0, 0, 0};
virtual int32_t runOnce() override;
bool sendInfo(NodeNum dest = NODENUM_BROADCAST);
virtual bool handleReceivedProtobuf(const meshtastic_MeshPacket &mp, meshtastic_Paxcount *p) override;