Files
PlatformIO_Esp32C3Boilerplate/include/custom_api.h

8 lines
117 B
C
Raw Normal View History

2026-06-27 20:00:17 -05:00
#pragma once
void handlePing();
void handleAdd();
void handleLed();
2026-06-28 12:34:55 -05:00
void handleUptime();
void handleUptimeEvents();