* ESP-NOW experiment with terminal-chat
Этот коммит содержится в:
@@ -0,0 +1,11 @@
|
||||
#include <Arduino.h>
|
||||
#include "target.h"
|
||||
|
||||
ESP32Board board;
|
||||
|
||||
ESPNOWRadio radio;
|
||||
|
||||
bool radio_init() {
|
||||
radio.begin();
|
||||
return true; // success
|
||||
}
|
||||
Ссылка в новой задаче
Block a user