20 lines
358 B
C
20 lines
358 B
C
#pragma once
|
|
|
|
// converted to char array by bin2array
|
|
const char stylecss[] =
|
|
{
|
|
#include "webServerConstants/style.h"
|
|
};
|
|
|
|
// converted to char array by bin2array
|
|
const uint8_t favicon_32x32[] =
|
|
{
|
|
#include "webServerConstants/favicon-32x32.h"
|
|
};
|
|
|
|
#ifndef NUKI_HUB_UPDATER
|
|
const uint8_t WEBSERIAL_HTML[] =
|
|
{
|
|
#include "webServerConstants/webSerial.h"
|
|
};
|
|
#endif |