From 47579e3790b1ee5a1ad2ce35ea6028cd9ddf6ea0 Mon Sep 17 00:00:00 2001
From: GuoWenxue <“guowenxue@gmail.com”>
Date: Fri, 29 Apr 2022 09:23:27 +0800
Subject: [PATCH] update client_main.c to use packet_segmented_pack

---
 modules/python/sht20.py |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/modules/python/sht20.py b/modules/python/sht20.py
old mode 100644
new mode 100755
index a618a19..69ef7bf
--- a/modules/python/sht20.py
+++ b/modules/python/sht20.py
@@ -1,4 +1,6 @@
 #!/usr/bin/python
+#-*- coding: utf-8 -*-
+
 import fcntl
 import time
 import unittest

--
Gitblit v1.9.1