Browse Source

web: always export arduinojson overrides

pull/2552/head
Maxim Prokhorov 1 year ago
parent
commit
504bda8299
4 changed files with 2 additions and 4 deletions
  1. +0
    -1
      code/espurna/light.cpp
  2. +0
    -1
      code/espurna/telnet.cpp
  3. +0
    -2
      code/espurna/web.cpp
  4. +2
    -0
      code/espurna/web.h

+ 0
- 1
code/espurna/light.cpp View File

@ -19,7 +19,6 @@ Copyright (C) 2019-2021 by Maxim Prokhorov <prokhorov dot max at outlook dot com
#include "ws.h"
#include <ArduinoJson.h>
#include "web_utils.h"
#include <array>
#include <cstring>


+ 0
- 1
code/espurna/telnet.cpp View File

@ -31,7 +31,6 @@ Updated to use WiFiServer and support reverse connections by Niek van der Maas <
#include "mqtt.h"
#include "telnet.h"
#include "terminal.h"
#include "web_utils.h"
#include "wifi.h"
#include "ws.h"


+ 0
- 2
code/espurna/web.cpp View File

@ -29,8 +29,6 @@ Copyright (C) 2016-2019 by Xose Pérez <xose dot perez at gmail dot com>
#include "utils.h"
#include "web.h"
#include "web_utils.h"
#if WEB_EMBEDDED
namespace {


+ 2
- 0
code/espurna/web.h View File

@ -18,6 +18,8 @@ Copyright (C) 2016-2019 by Xose Pérez <xose dot perez at gmail dot com>
#include <list>
#include <vector>
#include "web_utils.h"
struct AsyncWebPrintConfig {
struct Backlog {
size_t count;


Loading…
Cancel
Save