Skip to content

Commit

Permalink
Remove logs from Status 5
Browse files Browse the repository at this point in the history
  • Loading branch information
s-hadinger committed Nov 11, 2024
1 parent 058f3f7 commit 90b5f8b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tasmota/tasmota_support/support_command.ino
Original file line number Diff line number Diff line change
Expand Up @@ -956,7 +956,9 @@ void CmndStatus(void)

if ((0 == payload) || (5 == payload)) {
#ifdef USE_IPV6
#ifndef FIRMWARE_MINIMAL
if (5 == payload) { WifiDumpAddressesIPv6(); }
#endif // FIRMWARE_MINIMAL
Response_P(PSTR("{\"" D_CMND_STATUS D_STATUS5_NETWORK "\":{\"" D_CMND_HOSTNAME "\":\"%s\",\""
D_CMND_IPADDRESS "\":\"%_I\",\"" D_JSON_GATEWAY "\":\"%_I\",\"" D_JSON_SUBNETMASK "\":\"%_I\",\""
D_JSON_DNSSERVER "1\":\"%s\",\"" D_JSON_DNSSERVER "2\":\"%s\",\""
Expand Down

0 comments on commit 90b5f8b

Please sign in to comment.