PoC wired mode over UVC, add logs over websockets, needs cleanup

This commit is contained in:
Lorow
2024-10-19 14:24:50 +02:00
parent b578bf3d2c
commit 23bb930255
16 changed files with 548 additions and 131 deletions

View File

@@ -2,8 +2,8 @@
// ported by: Lorow, do not trust this please
#pragma once
#ifndef _PREFERENCES_HPP_
#define _PREFERENCES_HPP_
#ifndef PREFERENCES_HPP
#define PREFERENCES_HPP
#include <cstdint>
#include <string>
@@ -84,4 +84,4 @@ public:
size_t freeEntries();
};
#endif _PREFERENCES_HPP_
#endif PREFERENCES_HPP