Files
PlatformIO_Esp32C3Boilerplate/include/custom_api.h

9 lines
139 B
C

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