From 0820760bc556ddef7af5c7cd75565abbd3102698 Mon Sep 17 00:00:00 2001 From: xengineering Date: Fri, 30 Aug 2024 09:52:41 +0200 Subject: firmware: Add default IP for debug-network-issue.py That way the script works without any command line options which is convenient. The selected IP is the default IPv4 address used by Zephyr. --- firmware/tools/debug-network-issue.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/tools/debug-network-issue.py b/firmware/tools/debug-network-issue.py index e89f0ce..9f70519 100755 --- a/firmware/tools/debug-network-issue.py +++ b/firmware/tools/debug-network-issue.py @@ -61,7 +61,7 @@ def parse_args(): parser.add_argument( "-a", "--address", - required=True, + default="192.0.2.1", help="address of the microcontroller / target of ICMP request", type=str, ) -- cgit v1.2.3-70-g09d2