|
|
@@ -21,7 +21,7 @@ HTTP library for Flipper Zero. Compatible with Wifi Dev Board for Flipper Zero (
|
|
|
15. Click on FLASH - slow. If successful, you will see three green LED blinks on the Dev board.
|
|
|
16. On the Dev Board, press the RESET button once.
|
|
|
|
|
|
-You are all set. Here's the initial guide: https://www.youtube.com/watch?v=Y2lUVTMTABE
|
|
|
+You are all set. Here's the initial guide: [https://www.youtube.com/watch?v=Y2lUVTMTABE](https://www.youtube.com/watch?v=AZfbrLKJMpM)
|
|
|
|
|
|
Star the repository (https://github.com/jblanked/WebCrawler-FlipperZero) and follow me for updates and upcoming Flipper apps.
|
|
|
|
|
|
@@ -62,4 +62,4 @@ Star the repository (https://github.com/jblanked/WebCrawler-FlipperZero) and fol
|
|
|
| `fhttp.get_request_with_headers` | `string` | `url: string`, `headers: string` | Sends a GET request with headers and returns the response of the response. |
|
|
|
| `fhttp.post_request_with_headers` | `string` | `url: string`, `headers: string`, `payload: string` | Sends a POST request with headers and payload, and returns the response of the response. |
|
|
|
| `fhttp.put_request_with_headers` | `string` | `url: string`, `headers: string`, `payload: string` | Sends a PUT request with headers and payload, and returns the response of the response. |
|
|
|
-| `fhttp.delete_request_with_headers` | `string` | `url: string`, `headers: string`, `payload: string` | Sends a PUT request with headers and payload, and returns the response of the response. |
|
|
|
+| `fhttp.delete_request_with_headers` | `string` | `url: string`, `headers: string`, `payload: string` | Sends a PUT request with headers and payload, and returns the response of the response. |
|