Releases: jblanked/FlipperHTTP
Releases · jblanked/FlipperHTTP
FlipperHTTP - v2.1.7
FlipperHTTP - v2.1.6
- Added command.hpp/cpp to handle all command parsing
- Added an HTTP class to handle all HTTP requests and moved the request and stream methods to that class
- Added a WebSocket class to handle all WebSocket connections and moved the WebSocket methods to that class
- Added a
[POST/FILE]command to upload files over HTTP and stream the response back over UART
FlipperHTTP - v2.1.5
- updated arduino-pico core to v5.5.1
- updated LED state to persist over reboot
FlipperHTTP - v2.1.4
Added:
- New
[BOARD/NAME]command that returns the name of the board EraseFlash=allflag in the build options to ensure the flash is wiped before FlipperHTTP is flashed onto the board
Updated:
- WiFi auto-reconnect to false for all ESP32 variants
- WiFi connection logic to disconnect before reconnecting if already connected
FlipperHTTP - v2.1.3
This a quick patch to the v2.1.2 release:
- Fixed
0x3001 ESP_ERR_WIFI_NOT_INITesp error that appeared on-boot - Fixed
(-10368) X509 - Allocation of memory failedissue by settingdebugtoNonein the compile scripts
FlipperHTTP - v2.1.2
- Removed the deserialize failure warning that appeared for first time flashers since there weren't any credentials saved yet (the method will still return false but it won't send an error over serial)
- Updated ESP32 boards manager to 3.3.5
- Updated RP2040 library to 5.4.4
- Increased the web socket message chunk size to 128 bytes (up from 90)
- Added scripts to compile FlipperHTTP via CLI (requires arduino-cli)
- Added the latest FlipperHTTP apps to the
README.md - Added a
flipper-httpfolder withinsrc, and moved all of the source files into it. This allows users to download the repository, and then just double click onsrc/flipper-http/flipper-http.inoto open it up in Arduino IDE right away. - Added a
Tutorials.mdwith YouTube links to FlipperHTTP tutorials and reviews
FlipperHTTP - v2.1.1
This update simply adds the [WIFI/SSID] command, which returns the SSID of the currently connected network.
FlipperHTTP - v2.1
- Added
sendLargeMessagemethod to handle websocket messages bigger than 90 bytes (128 was the previous limit) - Added
[WIFI/STATUS]command which returns true if the device is connected to WiFi - Added
BOARD_PICOCALC_WandBOARD_PICOCALC_2WforPicoCalcsupport - Added
LCDclass for thePicoCalc(displays uart on screen)
FlipperHTTP - v2.0
- Added deauth support for ESP32 and BW16 boards
FlipperHTTP - v1.8.6
- added support for the new ESP32-C5