move html location
This commit is contained in:
parent
74c37e3747
commit
a9cde5ac54
6 changed files with 9 additions and 9 deletions
|
@ -6,7 +6,7 @@
|
|||
#include <FRAM.h>
|
||||
#include <ArduinoJson.h>
|
||||
#include <AsyncJson.h>
|
||||
#include <html/all.h>
|
||||
#include <all_html.h>
|
||||
|
||||
|
||||
/**
|
||||
|
|
3
ESPMegaPRO-OS-SDK/lib/ESPMegaPRO/all_html.h
Normal file
3
ESPMegaPRO-OS-SDK/lib/ESPMegaPRO/all_html.h
Normal file
|
@ -0,0 +1,3 @@
|
|||
#pragma once
|
||||
#include "config_html.h"
|
||||
#include "ota_html.h"
|
|
@ -1,3 +0,0 @@
|
|||
#pragma once
|
||||
#include "config.h"
|
||||
#include "ota.h"
|
Loading…
Add table
Add a link
Reference in a new issue