Skip to content

Commit 833420f

Browse files
WM_VERSION_STR correction (used in About section) (#1407)
From "v1.0.11-beta" to "v2.0.11-beta" I think the major version was forgotten to be updated.
1 parent b7ca079 commit 833420f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

strings_en.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#ifndef WIFI_MANAGER_OVERRIDE_STRINGS
1818
// !!! ABOVE WILL NOT WORK if you define in your sketch, must be build flag, if anyone one knows how to order includes to be able to do this it would be neat.. I have seen it done..
1919

20-
const char WM_VERSION_STR[] PROGMEM = "v1.0.11-beta";
20+
const char WM_VERSION_STR[] PROGMEM = "v2.0.11-beta";
2121

2222
const char HTTP_HEAD_START[] PROGMEM = "<!DOCTYPE html>"
2323
"<html lang='en'><head>"

0 commit comments

Comments
 (0)