Files
PlatformIO_Esp32C3_BedCooler/include/custom_api.h
2026-06-28 13:25:14 -05:00

8 lines
127 B
C

#pragma once
void handlePing();
void handleAdd();
void handleLed();
void handleTemperature();
void handleTemperatureEvents();