AlexLaramx

Results 1 comments of AlexLaramx

check this example. ```cpp #include #include #include #include "ESP32_NOW.h" // We use the new ESP32_NOW library #include // ============================================= // DEFINES // ============================================= #define SERVICE_UUID "4fafc201-1fb5-459e-8fcc-c5c9c331914b" #define CHARACTERISTIC_UUID "beb5483e-36e1-4688-b7f5-ea07361b26a8" #define...