Add fetching of configuration file and current cmd history

This commit is contained in:
logicog
2025-11-29 12:44:23 +01:00
parent 4d915a0d80
commit f485102d26
3 changed files with 95 additions and 12 deletions
+2
View File
@@ -7,5 +7,7 @@ void send_vlan(register uint16_t vlan);
void send_basic_info(void);
void send_eee(void);
void send_mirror(void);
void send_config(void);
void send_cmd_log(void);
#endif