move html location

This commit is contained in:
Siwat Sirichai 2024-01-02 13:22:00 +07:00
parent 74c37e3747
commit a9cde5ac54
6 changed files with 9 additions and 9 deletions

View file

@ -6,7 +6,7 @@
#include <FRAM.h>
#include <ArduinoJson.h>
#include <AsyncJson.h>
#include <html/all.h>
#include <all_html.h>
/**

View file

@ -0,0 +1,3 @@
#pragma once
#include "config_html.h"
#include "ota_html.h"

View file

@ -1,3 +0,0 @@
#pragma once
#include "config.h"
#include "ota.h"