Explorar el Código

Update README.md

jblanked hace 1 año
padre
commit
34ba0e339a
Se han modificado 1 ficheros con 4 adiciones y 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)`
     - `flipper_http_send_data(const char *data)`
 - Rx Callback:
 - Rx Callback:
     - `flipper_http_rx_callback(const char *line, void *context)`
     - `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[])`