Skip to content

Commit

Permalink
network.cpp, network.h: synchronize with Sensorbox
Browse files Browse the repository at this point in the history
  • Loading branch information
dingo35 committed Oct 20, 2024
1 parent 46fc67c commit 989f5fb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 1 addition & 0 deletions SmartEVSE-3/include/network.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
#define __EVSE_NETWORK

#include "mongoose.h"
#include <ArduinoJson.h>

#ifndef MQTT
#define MQTT 1 // Uncomment or set to 0 to disable MQTT support in code
Expand Down
5 changes: 0 additions & 5 deletions SmartEVSE-3/src/network.cpp
Original file line number Diff line number Diff line change
@@ -1,17 +1,12 @@
#include <WiFi.h>
//#include "esp_ota_ops.h"
#include "mbedtls/md_internal.h"
#ifdef SENSORBOX_VERSION
#include "radix.h"
#else
#include "utils.h"
#endif
#include "network.h"

#include <HTTPClient.h>
#include <ESPmDNS.h>
#include <Update.h>
#include <ArduinoJson.h>
#include <Preferences.h>

#include "main.h"
Expand Down

0 comments on commit 989f5fb

Please sign in to comment.