Files
PlatformIO_Esp32C3_BedCooler/include/custom_api.h

10 lines
168 B
C
Raw Normal View History

2026-06-28 13:15:53 -05:00
#pragma once
void handlePing();
void handleAdd();
void handleLed();
2026-06-28 16:25:55 -05:00
void handlePump();
void handleProgram();
2026-06-28 13:25:14 -05:00
void handleTemperature();
void handleTemperatureEvents();