abstractions
This commit is contained in:
5
src/html.h
Normal file
5
src/html.h
Normal file
@@ -0,0 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
#include <Arduino.h>
|
||||
//declare here, define in cpp to prevent multiple declarations
|
||||
extern const char htmlHomePage[] PROGMEM;
|
||||
Reference in New Issue
Block a user