Skip to content

Commit

Permalink
2.7.9
Browse files Browse the repository at this point in the history
  • Loading branch information
bfaliszek committed May 3, 2020
1 parent 1ae9d10 commit b5ccbfa
Show file tree
Hide file tree
Showing 11 changed files with 2 additions and 2 deletions.
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.
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions src/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,10 @@ const char PMSENSORVERSION[] = "PMS";
extern char SERVERSOFTWAREVERSION[32];
extern char CURRENTSOFTWAREVERSION[32];
#if defined(ARDUINO_ARCH_ESP8266)
const char SOFTWAREVERSION[] = "2.7.8 build " __TIME__ " " __DATE__;
const char SOFTWAREVERSION[] = "2.7.9 build " __TIME__ " " __DATE__;
const char HARDWAREVERSION[] = "1.0 - ESP8266";
#elif defined(ARDUINO_ARCH_ESP32)
const char SOFTWAREVERSION[] = "2.7.8 build " __TIME__ " " __DATE__;
const char SOFTWAREVERSION[] = "2.7.9 build " __TIME__ " " __DATE__;
const char HARDWAREVERSION[] = "2.0 - ESP32";

#endif

0 comments on commit b5ccbfa

Please sign in to comment.