* ESP-NOW experiment with terminal-chat

Этот коммит содержится в:
Scott Powell
2025-03-24 21:16:00 +11:00
родитель f33e1b22b3
Коммит 7bd7bfb14a
6 изменённых файлов: 182 добавлений и 0 удалений
+11
Просмотреть файл
@@ -0,0 +1,11 @@
#include <Arduino.h>
#include "target.h"
ESP32Board board;
ESPNOWRadio radio;
bool radio_init() {
radio.begin();
return true; // success
}