Todo subido

This commit is contained in:
Álvaro Alcántara Ramírez 2026-08-03 21:52:05 +02:00
parent f0db3a8aeb
commit 27026caf57
87 changed files with 83292 additions and 17 deletions

View file

@ -0,0 +1,9 @@
#ifndef TELEMETRY_STATUS_HPP
#define TELEMETRY_STATUS_HPP
enum class TelemetryStatus {
CONNECTED,
};
#endif