From f18650fc496b3d0fc194f29b2bf9610b014a8205 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Furkan=20=C3=87etinkaya?= Date: Sat, 13 Apr 2024 20:01:09 +0300 Subject: [PATCH 1/2] added .idea to .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 4d29575..0bf4712 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,6 @@ npm-debug.log* yarn-debug.log* yarn-error.log* + +#intellij idea config files +/.idea \ No newline at end of file From e9f82e7861f26adb6396fcf1b088e967b2013f67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Furkan=20=C3=87etinkaya?= Date: Sat, 13 Apr 2024 20:01:32 +0300 Subject: [PATCH 2/2] update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b229939..9f1f05f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # ESP Web Tool A web app to flash your ESP32 or ESP8266 through your browser. Open-Source, free, and easy to use. -Have a look [serial.huhn.me](https://esp.huhn.me) +Have a look [esp.huhn.me](https://esp.huhn.me) ## Credits Based on [ESP Web Flasher](https://github.com/NabuCasa/esp-web-flasher)