mirror of
https://github.com/adrigongv23/G26---Telemetry-Software.git
synced 2026-08-25 11:33:17 +02:00
Todo subido
This commit is contained in:
parent
f0db3a8aeb
commit
27026caf57
87 changed files with 83292 additions and 17 deletions
9
Pantalla/include/common/telemetry_status.hpp
Normal file
9
Pantalla/include/common/telemetry_status.hpp
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#ifndef TELEMETRY_STATUS_HPP
|
||||
#define TELEMETRY_STATUS_HPP
|
||||
|
||||
enum class TelemetryStatus {
|
||||
CONNECTED,
|
||||
};
|
||||
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue