Skip to content

Commit 48225df

Browse files
authored
Update README.md
1 parent c96fba8 commit 48225df

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,13 @@ It will provide a simple webpage for updating the firmware or filesystem of `ESP
3333

3434
This Library is available in `Arduino Library Repository` and `PIO` and you can install it from:
3535
- Arduino IDE Library Manager
36+
3637
![arduino library manager](image.png)
38+
3739
- PlatformIO Libraries
40+
-
3841
![pltformio library](image-1.png)
42+
3943
`ipdotsetaf/ESPAsyncHTTPUpdateServer@^1.1.0`
4044
### Setup
4145
1. Include the library after `ESPAsyncWebServer.h`
@@ -72,7 +76,7 @@ _updateServer.setup(&_server, "/customroute", "username", "password");
7276
7377
### Debugging
7478
> [!TIP]
75-
> In order to debug the library funtionality, you can add the `-DESPASYNCHTTPUPDATESERVER_DEBUG` Build Flag to your environment.
79+
> In order to debug the library functionality, you can add the `-DESPASYNCHTTPUPDATESERVER_DEBUG` Build Flag to your environment.
7680
>
7781
> This will enable the library to print logs to the Serial.
7882

0 commit comments

Comments
 (0)