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:
20
components/flatbuffers/include/OTAPacketBuilder.h
Normal file
20
components/flatbuffers/include/OTAPacketBuilder.h
Normal file
@@ -0,0 +1,20 @@
|
||||
|
||||
|
||||
#ifndef OTAPACKETUILDER_H
|
||||
#define OTAPACKETBUILDER_H
|
||||
|
||||
#include <vector>
|
||||
|
||||
#include "flatbuffers/flatbuffers.h"
|
||||
#include "flatbuffers_generated/OTAPacket_generated.h"
|
||||
|
||||
namespace Flatbuffers {
|
||||
|
||||
class OTAPacketBuilder{
|
||||
public:
|
||||
OTAPacketBuilder() {}
|
||||
static const Messaging::OTAPacket *parse_ota_packet(const uint8_t *buffer);
|
||||
};
|
||||
} // namespace Flatbuffers
|
||||
|
||||
#endif // OTAPACKETBUILDER_H
|
||||
Reference in New Issue
Block a user