diff --git a/README.md b/README.md index 022cbea..33d71c7 100644 --- a/README.md +++ b/README.md @@ -82,3 +82,6 @@ All available information and instructions can be found in the wiki: ## Debug To display DEBUG messages you must enable debug in settings (switch is disabled by default). You can connect via Telnet to read messages. IP: ESP8266 ip, port: 23 + +___ +This project is tested with BrowserStack. diff --git a/platformio.ini b/platformio.ini index 007dba7..70e6e73 100644 --- a/platformio.ini +++ b/platformio.ini @@ -14,7 +14,7 @@ extra_configs = secrets.default.ini core_dir = .pio [env] -version = 1.5.0-alpha +version = 1.5.0 framework = arduino lib_deps = bblanchon/ArduinoJson@^7.1.0