Minimize contract, add ADC read and send its data to coonsole

This commit is contained in:
2026-04-13 00:04:48 +03:00
parent 732a2dfa32
commit 977227296e
12 changed files with 269 additions and 67 deletions

4
esp32/main/sender_task.h Normal file
View File

@@ -0,0 +1,4 @@
#pragma once
// Запуск задачи отправки (1 Гц)
void sender_task_start();