mirror of
https://github.com/BotChain-Robots/firmware.git
synced 2026-07-08 17:47:21 +02:00
OTA + remote logging + profiling
This commit is contained in:
10
components/flatbuffers/OTAPacketBuilder.cpp
Normal file
10
components/flatbuffers/OTAPacketBuilder.cpp
Normal 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
|
||||
Reference in New Issue
Block a user