Lua to read tsOutputs #3376

This commit is contained in:
rusefillc 2021-12-14 18:25:55 -05:00
parent c559bcea59
commit 68aec90229
1 changed files with 1 additions and 0 deletions

View File

@ -7,3 +7,4 @@
#pragma once #pragma once
float getConfigValueByName(const char *name); float getConfigValueByName(const char *name);
void setConfigValueByName(const char *name, float value);