We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46fc67c commit 989f5fbCopy full SHA for 989f5fb
SmartEVSE-3/include/network.h
@@ -26,6 +26,7 @@
26
#define __EVSE_NETWORK
27
28
#include "mongoose.h"
29
+#include <ArduinoJson.h>
30
31
#ifndef MQTT
32
#define MQTT 1 // Uncomment or set to 0 to disable MQTT support in code
SmartEVSE-3/src/network.cpp
@@ -1,17 +1,12 @@
1
#include <WiFi.h>
2
//#include "esp_ota_ops.h"
3
#include "mbedtls/md_internal.h"
4
-#ifdef SENSORBOX_VERSION
5
-#include "radix.h"
6
-#else
7
#include "utils.h"
8
-#endif
9
#include "network.h"
10
11
#include <HTTPClient.h>
12
#include <ESPmDNS.h>
13
#include <Update.h>
14
-#include <ArduinoJson.h>
15
#include <Preferences.h>
16
17
#include "main.h"
0 commit comments