Skip to content
This repository was archived by the owner on May 7, 2025. It is now read-only.

Commit b5a4d0e

Browse files
Minor Update
1 parent 738240d commit b5a4d0e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pytunelogix/simulate/simulator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ def convert(selector):
326326
ttau.insert(0, "60.5")
327327
tdt.insert(0, "9.99")
328328
tKp.insert(0, "3")
329-
tKi.insert(0, "0.001")
329+
tKi.insert(0, "0.1")
330330
tKd.insert(0, "3")
331331
calcKp.set("3")
332332
calcKi.set("0.1")

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='pytunelogix',
5-
version='1.1.16',
5+
version='1.1.17',
66
license='MIT',
77
author="Destination2Unknown",
88
author_email='destination0b10unknown@gmail.com',

0 commit comments

Comments
 (0)