Files
PlatformIO_Esp32C3Boilerplate/include/custom_api.h
2026-06-28 12:34:55 -05:00

8 lines
117 B
C

#pragma once
void handlePing();
void handleAdd();
void handleLed();
void handleUptime();
void handleUptimeEvents();