eswordthecat
2014-12-28 08:13:48 +08:00
parent 606e275857
commit 9131429301
31 changed files with 52 additions and 68 deletions

View File

@@ -113,9 +113,9 @@
on = !on
if("set_output_pressure" in signal.data)
target_pressure = between(
0,
target_pressure = Clamp(
text2num(signal.data["set_output_pressure"]),
0,
ONE_ATMOSPHERE*50
)