esp网页监控面板框架已成,通讯解决

This commit is contained in:
2025-10-29 00:05:05 +08:00
parent c1436f00f0
commit 3db2af8d2f
22 changed files with 13811 additions and 12266 deletions

View File

@@ -50,7 +50,7 @@ int core0_main(void)
ESP8266_Init();
Status_LED_Init();
oled_init();
oled_show_string(0, 0, "ESP8266 Test");
// oled_show_string(0, 0, "ESP8266 Test");
// ON_LED(STATUS_LED_7);
// ON_LED(STATUS_LED_8);
@@ -82,6 +82,8 @@ int core0_main(void)
Power_Ctrl_Enable_Output(6, 1);
Power_Ctrl_Enable_Output(7, 1);
// ESP8266_Into_Download_Mode();
cpu_wait_event_ready();
while (TRUE)
{