void setup() {
Serial.begin(9600);
const char *html=
#include "test.h"
;
Serial.print(html);
}
void loop() {}
void setup() {
Serial.begin(9600);
const char *html=
#include "test.h"
;
Serial.print(html);
}
void loop() {}