jblanked 1 год назад
Родитель
Сommit
ec536aea77

+ 1 - 1
assets/FlipperHTTP/Arduino/FlipperHTTP.h

@@ -13,6 +13,7 @@ Change Log:
 - 2024-10-16: Fixed typos and added [GET/BYTES], [POST/BYTES], and [WIFI/SACN] commands
 - 2024-10-16: Fixed typos and added [GET/BYTES], [POST/BYTES], and [WIFI/SACN] commands
 - 2024-10-17: Added [LIST], [REBOOT], [PARSE], [PARSE/ARRAY], [LED/ON], and [LED/OFF], and [IP/ADDRESS] commands
 - 2024-10-17: Added [LIST], [REBOOT], [PARSE], [PARSE/ARRAY], [LED/ON], and [LED/OFF], and [IP/ADDRESS] commands
 - 2024-10-19: Added [WIFI/IP] command
 - 2024-10-19: Added [WIFI/IP] command
+- 2024-10-21: Removed unnecessary println
 */
 */
 
 
 #include <WiFi.h>
 #include <WiFi.h>
@@ -816,7 +817,6 @@ void FlipperHTTP::loop()
         {
         {
             Serial.println(this->scanWifiNetworks());
             Serial.println(this->scanWifiNetworks());
             Serial.flush();
             Serial.flush();
-            Serial.println();
         }
         }
         // Handle [WIFI/SAVE] command
         // Handle [WIFI/SAVE] command
         else if (_data.startsWith("[WIFI/SAVE]"))
         else if (_data.startsWith("[WIFI/SAVE]"))

+ 1 - 1
assets/FlipperHTTP/Arduino/flipper-http.ino

@@ -3,7 +3,7 @@ Author: JBlanked
 Github: https://github.com/jblanked/WebCrawler-FlipperZero/tree/main/assets/FlipperHTTP
 Github: https://github.com/jblanked/WebCrawler-FlipperZero/tree/main/assets/FlipperHTTP
 Info: This library is a wrapper around the HTTPClient library and is used to communicate with the FlipperZero over serial.
 Info: This library is a wrapper around the HTTPClient library and is used to communicate with the FlipperZero over serial.
 Created: 2024-09-30
 Created: 2024-09-30
-Updated: 2024-10-19
+Updated: 2024-10-21
 */
 */
 
 
 #include <FlipperHTTP.h>
 #include <FlipperHTTP.h>

BIN
assets/FlipperHTTP/flipper_http_bootloader.bin


BIN
assets/FlipperHTTP/flipper_http_firmware_a.bin


BIN
assets/FlipperHTTP/flipper_http_partitions.bin