diff --git a/project/Core/Src/tcp_cmd.c b/project/Core/Src/tcp_cmd.c index c8fbe93..d17e260 100644 --- a/project/Core/Src/tcp_cmd.c +++ b/project/Core/Src/tcp_cmd.c @@ -9,8 +9,8 @@ #define MAX_CMD_LEN 50 static const char* TAG = "tcp_cmd"; -static uint32_t color_txt = 0xff000000; // Store text color -static uint32_t color_bg = 0xff000000; // Store background color +static uint32_t color_txt = 0xffffffff; // Store text color +static uint32_t color_bg = 0xff000000; // Store background color static void tcp_cmd_write(struct tcp_pcb* pcb, const char* str); static void tcp_cmd_print_header(struct tcp_pcb* pcb);