Files
nuki_hub/src/WebCfgServerConstants.h
2025-08-13 17:04:20 +02:00

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