Creación de repositorio, copia de pantalla

This commit is contained in:
adrigongv23 2025-12-04 09:00:43 +01:00
commit 6adc19faf6
71 changed files with 241507 additions and 0 deletions

View file

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