From 2871b6bb39dc7663e427086cd5374a68044526fc Mon Sep 17 00:00:00 2001 From: Laudin Molina Troconis Date: Mon, 2 Dec 2024 14:42:35 +0100 Subject: [PATCH] sapi: add reference to script replicated on ZGW The Z/IP Gateway is reusing the script to parse SAPI logs. The script was adjusted to be compatible with the ZGW logs. Adding a reference to the ZGW copy on the original script. Related-to: https://github.com/SiliconLabs/zipgateway/pull/30 --- scripts/serial_decode_zpc.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/serial_decode_zpc.py b/scripts/serial_decode_zpc.py index fa99a6797..2b0b2b7e9 100755 --- a/scripts/serial_decode_zpc.py +++ b/scripts/serial_decode_zpc.py @@ -2,6 +2,9 @@ # SPDX-License-Identifier: LicenseRef-MSLA # SPDX-FileCopyrightText: Silicon Laboratories Inc. https://www.silabs.com ''' +The script was replicated and updated to work with Z/IP Gateway +See https://github.com/SiliconLabs/zipgateway/pull/30 + Created on 08/11/2011 @author: aes