From c4ddd46a5b5876419fa5361da038ad8c2e2aadb0 Mon Sep 17 00:00:00 2001 From: yanh Date: Tue, 27 May 2025 10:01:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'README.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 23 +++-------------------- 1 file changed, 3 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index cd4d722..842fc5a 100644 --- a/README.md +++ b/README.md @@ -8,16 +8,7 @@ windows "serial_port": "com1", { "scale_type": "001", "serial_port": "/dev/ttyS1", - "baud_rate": 9600, - "mqtt": { - "client_id": "weight_reader", - "host": "10.180.4.100", - "port": 1883, - "username": "admin", - "password": "Auseft@2025", - "keep_alive_secs": 60, - "topic_prefix": "weight/data" - } + "baud_rate": 9600 } @@ -25,14 +16,6 @@ windows "serial_port": "com1", { "scale_type": "001", "serial_port": "com1", - "baud_rate": 9600, - "mqtt": { - "client_id": "weight_reader", - "host": "192.168.0.100", - "port": 1883, - "username": "admin", - "password": "Auseft@2025", - "keep_alive_secs": 60, - "topic_prefix": "weight/data" - } + "baud_rate": 9600 + } \ No newline at end of file