apply astylerc
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user