add bed cooler project.

This commit is contained in:
2026-06-28 13:15:53 -05:00
commit 0f2a03044c
46 changed files with 3597 additions and 0 deletions

7
include/custom_api.h Normal file
View File

@@ -0,0 +1,7 @@
#pragma once
void handlePing();
void handleAdd();
void handleLed();
void handleUptime();
void handleUptimeEvents();