new layout + 200px status images

This commit is contained in:
Mikkeli Matlock
2026-02-16 14:52:20 +09:00
parent 7165f56464
commit 4e2c714e1f
4 changed files with 17 additions and 17 deletions

View File

@@ -19,9 +19,9 @@ static const char *TAG = "audio_client";
#define WS_BUFFER_SIZE 8192
/* Status image constants */
#define STATUS_IMG_W 120
#define STATUS_IMG_H 120
#define STATUS_IMG_BYTES (STATUS_IMG_W * STATUS_IMG_H / 8) /* 1800 */
#define STATUS_IMG_W 200
#define STATUS_IMG_H 200
#define STATUS_IMG_BYTES (STATUS_IMG_W * STATUS_IMG_H / 8) /* 5000 */
static esp_websocket_client_handle_t s_client = NULL;
static CodecPort *s_codec = NULL;