Skip to content

Commit 989f5fb

Browse files
author
dingo35
committed
network.cpp, network.h: synchronize with Sensorbox
1 parent 46fc67c commit 989f5fb

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

SmartEVSE-3/include/network.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
#define __EVSE_NETWORK
2727

2828
#include "mongoose.h"
29+
#include <ArduinoJson.h>
2930

3031
#ifndef MQTT
3132
#define MQTT 1 // Uncomment or set to 0 to disable MQTT support in code

SmartEVSE-3/src/network.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,12 @@
11
#include <WiFi.h>
22
//#include "esp_ota_ops.h"
33
#include "mbedtls/md_internal.h"
4-
#ifdef SENSORBOX_VERSION
5-
#include "radix.h"
6-
#else
74
#include "utils.h"
8-
#endif
95
#include "network.h"
106

117
#include <HTTPClient.h>
128
#include <ESPmDNS.h>
139
#include <Update.h>
14-
#include <ArduinoJson.h>
1510
#include <Preferences.h>
1611

1712
#include "main.h"

0 commit comments

Comments
 (0)