fields builder

This commit is contained in:
2025-02-06 18:01:27 +01:00
parent c3a54d8e5b
commit 8ecfb95167
5 changed files with 28 additions and 10 deletions

View File

@@ -1,5 +1,9 @@
#pragma once
enum PacketId {
KeepAlive
};
#include <examples/KeepAlivePacket.h>
using AllPackets = std::tuple<KeepAlivePacket>;