tcp_cmd
make default color white text on black background
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
#define MAX_CMD_LEN 50
|
#define MAX_CMD_LEN 50
|
||||||
|
|
||||||
static const char* TAG = "tcp_cmd";
|
static const char* TAG = "tcp_cmd";
|
||||||
static uint32_t color_txt = 0xff000000; // Store text color
|
static uint32_t color_txt = 0xffffffff; // Store text color
|
||||||
static uint32_t color_bg = 0xff000000; // Store background 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_write(struct tcp_pcb* pcb, const char* str);
|
||||||
|
|||||||
Reference in New Issue
Block a user