Files
Miniskid/src/html.h
2023-11-04 21:20:45 +01:00

6 lines
140 B
C

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