Skip to content

Commit 3e893bf

Browse files
committed
added .bin files - 2.7.0
1 parent 96d6fc0 commit 3e893bf

9 files changed

+1
-1
lines changed
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

src/config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ extern char MODEL[255];
5656
const char PMSENSORVERSION[32] PROGMEM = "PMS";
5757
extern char SERVERSOFTWAREVERSION[255];
5858
extern char CURRENTSOFTWAREVERSION[255];
59-
const char SOFTWAREVERSION[40] PROGMEM = "2.6.9 build " __TIME__ " " __DATE__;
59+
const char SOFTWAREVERSION[40] PROGMEM = "2.7.0 build " __TIME__ " " __DATE__;
6060
#if defined(ARDUINO_ARCH_ESP8266)
6161
const char HARDWAREVERSION[40] PROGMEM = "1.0 - ESP8266";
6262
#elif defined(ARDUINO_ARCH_ESP32)

0 commit comments

Comments
 (0)