Initial commit

This commit is contained in:
2025-10-22 20:40:25 +03:00
commit 63d038ee63
57 changed files with 104378 additions and 0 deletions

9
libs/ModelName.h Normal file
View File

@@ -0,0 +1,9 @@
#pragma once
#if defined MOBICAR_1_2
#define M_NAME "M2_"
#elif defined MOBICAR_3
#define M_NAME "M3_"
#endif