You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-6Lines changed: 12 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,12 @@
10
10
11
11
This is a copy of [ESP8266HTTPUpdateServer](https://github.com/esp8266/Arduino/tree/master/libraries/ESP8266HTTPUpdateServer)/[ESP32's HTTPUpdateServer](https://github.com/espressif/arduino-esp32/tree/master/libraries/HTTPUpdateServer) library, modified to be compatible with [ESPAsyncWebServer](https://github.com/me-no-dev/ESPAsyncWebServer).
12
12
13
-
It will provide a simple webpage for updating the firmware or filesystem of `ESP8266` or `ESP32` microcontrollers.
13
+
It will provide a webpage for updating the firmware/filesystem of `ESP8266` or `ESP32` microcontrollers.
14
+
15
+
> [!IMPORTANT]
16
+
> If you found this library helpful, please consider leaving a Star⭐
17
+
>
18
+
> It helps a lot in maintaining the project ❤️
14
19
15
20
## Features
16
21
- Supports:
@@ -37,7 +42,7 @@ It will provide a simple webpage for updating the firmware or filesystem of `ESP
37
42
This Library is available in `Arduino Library Repository` and `PIO` and you can install it from:
<imgwidth="500"src="image-3.png"alt="Minimal OTA Page"/>
84
89
85
90
> [!IMPORTANT]
86
-
> By default styling is disabled in order to save ~350 bytes of flash memory.
91
+
> By default styling is disabled to save ~350 bytes of flash memory.
87
92
>
88
-
> you can enable the styling by adding the `-DESPASYNCHTTPUPDATESERVER_PRETTY` Build Flag to your environment.
93
+
> You can enable the styling by adding the `-DESPASYNCHTTPUPDATESERVER_PRETTY` Build Flag to your environment.
89
94
90
95
### Selecting FileSystem
91
96
> [!IMPORTANT]
92
97
> The library's default fileSystem is `SPIFFS` but if you are using `LittleFS` for your FileSystem, make sure to add the `-DESPASYNCHTTPUPDATESERVER_LITTLEFS` Build Flag to your environment.
93
98
94
99
### Debugging
95
100
> [!TIP]
96
-
> In order to debug the library functionality, you can add the `-DESPASYNCHTTPUPDATESERVER_DEBUG` Build Flag to your environment.
101
+
> To debug the library functionality, you can add the `-DESPASYNCHTTPUPDATESERVER_DEBUG` Build Flag to your environment.
97
102
>
98
103
> This will enable the library to print logs to the Serial.
99
104
100
105
> [!TIP]
101
106
> If you are using another `Serial` port, you can override the default serial by adding the `-DESPASYNCHTTPUPDATESERVER_SerialOutput=Serial1` Build Flag to your environment.
102
107
103
108
## TODO:
104
-
- custom css support
109
+
- Custom CSS support
110
+
- Synchronous WebServer support
105
111
106
112
## Contribution
107
113
- You can open Issues for any bug report or feature request.
0 commit comments