1
mirror of https://github.com/DarkFlippers/unleashed-firmware.git synced 2025-12-13 05:06:30 +04:00

electra protocol added

This commit is contained in:
Methodius
2024-02-28 15:13:54 +09:00
parent 22be2629e0
commit 78e6c236c7
5 changed files with 367 additions and 3 deletions

View File

@@ -0,0 +1,4 @@
#pragma once
#include <toolbox/protocols/protocol.h>
extern const ProtocolBase protocol_electra;