Files
OGX-Mini/Firmware/ESP32/main/BLEServer/BLEServer.h
wiredopposite b3bcbff50a v1.0.0-alpha3
2025-01-08 22:52:58 -07:00

11 lines
135 B
C++

#ifndef BLE_SERVER_H
#define BLE_SERVER_H
#include <cstdint>
namespace BLEServer
{
void init_server();
}
#endif // BLE_SERVER_H