фиксы до работы с перемычкой вместо оптики

This commit is contained in:
2026-08-05 18:28:17 +03:00
parent e5c8c45dcc
commit c4c9167df1
17 changed files with 263 additions and 85 deletions

View File

@@ -0,0 +1,9 @@
#pragma once
#include <Arduino.h>
namespace Log {
void event(const char *component, const char *message);
void printf(const char *component, const char *format, ...)
__attribute__((format(printf, 2, 3)));
}