abstractions

This commit is contained in:
2023-11-04 21:20:45 +01:00
parent caaa0e0526
commit 0fda7b554c
10 changed files with 606 additions and 512 deletions

5
src/html.h Normal file
View File

@@ -0,0 +1,5 @@
#pragma once
#include <Arduino.h>
//declare here, define in cpp to prevent multiple declarations
extern const char htmlHomePage[] PROGMEM;