Skip to content

Commit

Permalink
compiled with Arduino core v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
CircuitSetup committed Nov 8, 2019
1 parent 6163b84 commit 32114cd
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 3 deletions.
Binary file modified Software/EmonESP/src/src.ino.esp32.bin
Binary file not shown.
2 changes: 1 addition & 1 deletion Software/EmonESP/src/web_server.cpp
Expand Up @@ -53,7 +53,7 @@ static const char _DUMMY_PASSWORD[] PROGMEM = "_DUMMY_PASSWORD";

#define TEXTIFY(A) #A
#define ESCAPEQUOTE(A) TEXTIFY(A)
String currentfirmware = "2.5.3"; //ESCAPEQUOTE(BUILD_TAG);
String currentfirmware = "2.5.4"; //ESCAPEQUOTE(BUILD_TAG);

void dumpRequest(AsyncWebServerRequest *request) {
if (request->method() == HTTP_GET) {
Expand Down
1 change: 0 additions & 1 deletion Software/EmonESP/src/web_server.h
Expand Up @@ -30,7 +30,6 @@

#include <FS.h> // SPIFFS file-system: store web server html, CSS etc.
#include <Arduino.h>

#ifdef ESP32
#include <SPIFFS.h>
#include <WiFi.h>
Expand Down
Binary file modified Software/EmonESP/src_solar/src_solar.ino.esp32.bin
Binary file not shown.
2 changes: 1 addition & 1 deletion Software/EmonESP/src_solar/web_server.cpp
Expand Up @@ -53,7 +53,7 @@ static const char _DUMMY_PASSWORD[] PROGMEM = "_DUMMY_PASSWORD";

#define TEXTIFY(A) #A
#define ESCAPEQUOTE(A) TEXTIFY(A)
String currentfirmware = "2.5.3"; //ESCAPEQUOTE(BUILD_TAG);
String currentfirmware = "2.5.4"; //ESCAPEQUOTE(BUILD_TAG);

void dumpRequest(AsyncWebServerRequest *request) {
if (request->method() == HTTP_GET) {
Expand Down

0 comments on commit 32114cd

Please sign in to comment.