- add support for Ethernet using an external PHY

currently it is either WiFi or Ethernet. If Ethernet is enabled through menuconfig it gets priority and WiFi is disabled.
This commit is contained in:
Karl Osterseher
2023-01-21 23:25:52 +01:00
Unverified
parent d9df6ac3bb
commit 30dcc47ba9
12 changed files with 496 additions and 65 deletions

View File

@@ -1,7 +1,7 @@
#ifndef __UI_HTTP_SERVER_H__
#define __UI_HTTP_SERVER_H__
void init_http_server_task(void);
void init_http_server_task(char *key);
typedef struct {
char str_value[4];