meshpy 1.9.7 corrects some error in SNR

This commit is contained in:
Florent 2025-04-18 22:25:31 +02:00
parent c15ddd9f1a
commit f0bb2b18c7

View file

@ -17,7 +17,7 @@ classifiers = [
] ]
license = "MIT" license = "MIT"
license-files = ["LICEN[CS]E*"] license-files = ["LICEN[CS]E*"]
dependencies = [ "meshcore >= 1.9.6", "prompt_toolkit >= 3.0.50" ] dependencies = [ "meshcore >= 1.9.7", "prompt_toolkit >= 3.0.50" ]
[project.urls] [project.urls]
Homepage = "https://github.com/fdlamotte/meshcore-cli" Homepage = "https://github.com/fdlamotte/meshcore-cli"