mirror of
https://github.com/openshwprojects/OpenBK7231T_App.git
synced 2026-02-10 07:05:36 +00:00
more automatic tests for MQTT topics; add potentiometer mechanism to simulator; allow simulator to set ADC values on Windows; fix adc strange variable types on BK7231; fix cleaning pin roles between simulator scenes; add windows-only debug macro $channelstates
This commit is contained in:
@ -399,6 +399,9 @@ const char* htmlPinRoleNames[] = {
|
||||
"error",
|
||||
};
|
||||
|
||||
const char *PIN_RoleToString(int role) {
|
||||
return htmlPinRoleNames[role];
|
||||
}
|
||||
int PIN_ParsePinRoleName(const char* name) {
|
||||
int i;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user