Add EEE httpd support

This commit is contained in:
logicog
2025-10-21 17:46:18 +02:00
parent df1cd62518
commit 726b421824
4 changed files with 122 additions and 2 deletions
+1
View File
@@ -5,5 +5,6 @@ void send_counters(char port);
void send_status(void);
void send_vlan(register uint16_t vlan);
void send_basic_info(void);
void send_eee(void);
#endif