Explorar o código

Update README.md

JBlanked hai 1 ano
pai
achega
2769cb1a4c
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      assets/FlipperHTTP/README.md

+ 4 - 0
assets/FlipperHTTP/README.md

@@ -48,3 +48,7 @@ The `flipper_http.h` file is for seamless use of the FlipperHTTP Firmware in `C`
     - `flipper_http_send_data(const char *data)`
 - Rx Callback:
     - `flipper_http_rx_callback(const char *line, void *context)`
+- GET request:
+    - `flipper_http_get_request(const char *url)`
+- Save Data to SD:
+    - `flipper_http_save_received_data(size_t bytes_received, const char line_buffer[])`