aqhome-react: Unified function names.

This commit is contained in:
Martin Preuss
2024-04-03 21:58:34 +02:00
parent 5305aa7fe3
commit c62165cd92
4 changed files with 49 additions and 35 deletions

View File

@@ -120,7 +120,7 @@ void AqHomeReact_ReloadUnitNets(AQHOME_REACT *aqh)
_setupBuiltinUnits(aqh);
unitNetList=AQHREACT_ReadUnitNetFiles(aqh);
unitNetList=AQHomeReact_ReadUnitNetFiles(aqh);
if (unitNetList) {
AQHREACT_UnitNet_List_free(aqh->unitNetList);
aqh->unitNetList=unitNetList;