apply astylerc

This commit is contained in:
technyon
2025-08-13 17:04:20 +02:00
parent b575f23df5
commit b6cfea25f5
35 changed files with 2613 additions and 2403 deletions

View File

@@ -1,17 +1,20 @@
#pragma once
// converted to char array by bin2array
const char stylecss[] = {
#include "webServerConstants/style.h"
const char stylecss[] =
{
#include "webServerConstants/style.h"
};
// converted to char array by bin2array
const uint8_t favicon_32x32[] = {
#include "webServerConstants/favicon-32x32.h"
const uint8_t favicon_32x32[] =
{
#include "webServerConstants/favicon-32x32.h"
};
#ifndef NUKI_HUB_UPDATER
const uint8_t WEBSERIAL_HTML[] = {
#include "webServerConstants/webSerial.h"
const uint8_t WEBSERIAL_HTML[] =
{
#include "webServerConstants/webSerial.h"
};
#endif