tcp port send stdio
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#include "epaper_manager.h"
|
||||
#include "wifi_manager.h"
|
||||
#include "tcp_debug.h"
|
||||
#include "pico/stdlib.h"
|
||||
#include "pico/multicore.h"
|
||||
#include "pico/flash.h"
|
||||
@@ -94,6 +95,9 @@ static void init_epaper_display() {
|
||||
bool connected = wifi_try_auto_connect();
|
||||
printf("[Core 1] Connected: %d\r\n", connected);
|
||||
|
||||
if (connected) {
|
||||
tcp_debug_init();
|
||||
}
|
||||
|
||||
Paint_SelectImage(g_epd_red);
|
||||
printf("[Core 1] Drawing header\r\n");
|
||||
|
||||
Reference in New Issue
Block a user