Skip to content

Instantly share code, notes, and snippets.

#include <BLEDevice.h>
#include <BLEUtils.h>
#include <BLEServer.h>
#include <ESP32Servo.h>
#include <driver/ledc.h>
#define SERVICE_UUID "4fafc201-1fb5-459e-8fcc-c5c9c331914b"
#define CHARACTERISTIC_UUID "beb5483e-36e1-4688-b7f5-ea07361b26a8"
#define GENERIC_ACCESS_UUID "00001800-0000-1000-8000-00805f9b34fb"
#define GENERIC_CHARACTERISTIC_UUID "00002aa6-0000-1000-8000-00805f9b34fb"