OTA + remote logging + profiling

This commit is contained in:
2026-02-18 11:12:38 -05:00
parent 63a18677cb
commit 107f185527
16 changed files with 524 additions and 12 deletions

View File

@@ -0,0 +1,10 @@
#include "OTAPacketBuilder.h"
namespace Flatbuffers {
const Messaging::OTAPacket *OTAPacketBuilder::parse_ota_packet(const uint8_t *buffer) {
return flatbuffers::GetRoot<Messaging::OTAPacket>(buffer);
}
} // namespace Flatbuffers