feat(console): Added command getaddrinfo, set/get dnsserver to console_cmd_ping

This commit is contained in:
Abhik Roy
2024-06-01 00:46:17 +10:00
parent 5964eadbf5
commit b80c19d72c
7 changed files with 589 additions and 10 deletions
@@ -0,0 +1,9 @@
menu "Ping command Configuration"
config PING_CMD_AUTO_REGISTRATION
bool "Enable Console command ping/dns Auto-registration"
default y
help
Enabling this allows for the autoregistration of the ping and dns commands.
endmenu