smartpi 1.1.0__py3-none-any.whl → 1.1.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
smartpi/__init__.py CHANGED
@@ -2,7 +2,7 @@ from ._gui import gui
2
2
  from .base_driver import P1, P2, P3, P4, P5, P6, M1, M2, M3, M4, M5, M6
3
3
 
4
4
  __all__ = ["base_driver","gui","ultrasonic","touch_sensor","temperature","humidity","light_sensor","color_sensor","motor","servo","led","flash",
5
- "P1", "P2", "P3", "P4", "P5", "P6", "M1", "M2", "M3", "M4", "M5", "M6"]
5
+ "trace","move","local_model","P1", "P2", "P3", "P4", "P5", "P6", "M1", "M2", "M3", "M4", "M5", "M6"]
6
6
 
7
- __version__ = "1.1.0"
7
+ __version__ = "1.1.1"
8
8
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: smartpi
3
- Version: 1.1.0
3
+ Version: 1.1.1
4
4
  Summary: A library use for H2-RCU
5
5
  Author: ZMROBO
6
6
  Classifier: Programming Language :: Python :: 3
@@ -21,3 +21,6 @@ V0.1.40
21
21
  3、增加电源按键检测机制;
22
22
  4、增加可调用模型和相关功能函数;
23
23
 
24
+ V1.1.1
25
+ 1、修复块传输bug;
26
+ 2、更新gui函数功能;
@@ -1,4 +1,4 @@
1
- smartpi/__init__.py,sha256=LsEklLkYkTZXcYz3RkMzwgChe307ozycljNShPvv6hM,355
1
+ smartpi/__init__.py,sha256=7TVI1Mr4WlO4kD9uw792S52E6JleDqL9usX4d1tyUng,384
2
2
  smartpi/_gui.py,sha256=tUHNamQSvXUrYFNgWI5GexjL9mTy_qeW0xbIExkTGoM,2290
3
3
  smartpi/ai_asr.py,sha256=wxh_1Klh8vJottAt19jq3qpOmM_Cw4DHQEPKpsHGhmE,40063
4
4
  smartpi/ai_llm.py,sha256=-khBK2PMwbYUDvbaCTRCktE4dFloqfai4mHI-V8GEXM,36751
@@ -70,7 +70,7 @@ smartpi/text_gte_model/config/tokenizer_config.json,sha256=w5RiDifbeIYy6vyGX5v94
70
70
  smartpi/text_gte_model/config/vocab.txt,sha256=oi9hP3uz_8h8XoHNh6rgLnVdJbIEm75zKoSKM8HzsC8,84758
71
71
  smartpi/text_gte_model/gte/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
72
72
  smartpi/text_gte_model/gte/gte_model.onnx,sha256=XXYg6TUhzOx1SqAhp6ePDU0QgeK6DQEqHATMuQQJCNE,30468366
73
- smartpi-1.1.0.dist-info/METADATA,sha256=CXchHk4yy0J2UcKyE3ZicqTK2Nfj11HpqHBtdyPCDMo,613
74
- smartpi-1.1.0.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
75
- smartpi-1.1.0.dist-info/top_level.txt,sha256=PoLhUCmWAiQUg5UeN2fS-Y1iQyBbF2rdUlizXtpHGRQ,8
76
- smartpi-1.1.0.dist-info/RECORD,,
73
+ smartpi-1.1.1.dist-info/METADATA,sha256=HvZoGudHMADjkQFeXuDK5RDuznMLgo1ogqO95orX_hw,675
74
+ smartpi-1.1.1.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
75
+ smartpi-1.1.1.dist-info/top_level.txt,sha256=PoLhUCmWAiQUg5UeN2fS-Y1iQyBbF2rdUlizXtpHGRQ,8
76
+ smartpi-1.1.1.dist-info/RECORD,,