HTTP library for Flipper Zero. Compatible with Wifi Dev Board for Flipper Zero (ESP32S2 Dev Module).
flipper_http_bootloader.bin, flipper_http_firmware_a.bin, and flipper_http_partitions.bin files.Apps->GPIO from the main menu. If not, download it from the Flipper App Store.flipper_http_bootloader.bin that you downloaded earlier.flipper_http_partitions.bin that you downloaded earlier.flipper_http_firmware_a.bin that you downloaded earlier.Guide: https://www.youtube.com/watch?v=Y2lUVTMTABE&t=19s
The flipper_http.h file is for seamless use of the FlipperHTTp Firmware in C applications and is the root of the Web Crawler app. A Javascript library will be available soon, followed by a mPython library.
flipper_http_init(FlipperHTTP_Callback callback, void *context)flipper_http_deinit()flipper_http_connect_wifi()flipper_http_disconnect_wifi()flipper_http_ping()flipper_http_save_wifi(const char *ssid, const char *password)flipper_http_send_data(const char *data)flipper_http_rx_callback(const char *line, void *context)