|
@@ -17,11 +17,11 @@
|
|
|
#define HTTP_TAG "FlipSocial" // change this to your app name
|
|
#define HTTP_TAG "FlipSocial" // change this to your app name
|
|
|
#define http_tag "flip_social" // change this to your app id
|
|
#define http_tag "flip_social" // change this to your app id
|
|
|
#define UART_CH (FuriHalSerialIdUsart) // UART channel
|
|
#define UART_CH (FuriHalSerialIdUsart) // UART channel
|
|
|
-#define TIMEOUT_DURATION_TICKS (8 * 1000) // 8 seconds
|
|
|
|
|
|
|
+#define TIMEOUT_DURATION_TICKS (7 * 1000) // 7 seconds
|
|
|
#define BAUDRATE (115200) // UART baudrate
|
|
#define BAUDRATE (115200) // UART baudrate
|
|
|
#define RX_BUF_SIZE 2048 // UART RX buffer size
|
|
#define RX_BUF_SIZE 2048 // UART RX buffer size
|
|
|
-#define RX_LINE_BUFFER_SIZE 7000 // UART RX line buffer size (increase for large responses)
|
|
|
|
|
-#define MAX_FILE_SHOW 7000 // Maximum data from file to show
|
|
|
|
|
|
|
+#define RX_LINE_BUFFER_SIZE 2048 // UART RX line buffer size (increase for large responses)
|
|
|
|
|
+#define MAX_FILE_SHOW 2048 // Maximum data from file to show
|
|
|
#define FILE_BUFFER_SIZE 512 // File buffer size
|
|
#define FILE_BUFFER_SIZE 512 // File buffer size
|
|
|
|
|
|
|
|
// Forward declaration for callback
|
|
// Forward declaration for callback
|