mirror of
https://github.com/thelsing/knx.git
synced 2026-03-13 02:22:13 +01:00
fix more memory bugs
This commit is contained in:
@@ -36,6 +36,7 @@
|
||||
</FileMasks>
|
||||
<TransferNewFilesOnly>false</TransferNewFilesOnly>
|
||||
<IncludeSubdirectories>true</IncludeSubdirectories>
|
||||
<SelectedDirectories />
|
||||
<DeleteDisappearedFiles>true</DeleteDisappearedFiles>
|
||||
<ApplyGlobalExclusionList>true</ApplyGlobalExclusionList>
|
||||
<Extension>
|
||||
@@ -110,6 +111,7 @@
|
||||
<ImportedPropertySheets />
|
||||
<CodeSense>
|
||||
<Enabled>True</Enabled>
|
||||
<CXXFLAGS>-DMEDIUM_TYPE=5</CXXFLAGS>
|
||||
<ExtraSettings>
|
||||
<HideErrorsInSystemHeaders>true</HideErrorsInSystemHeaders>
|
||||
<SupportLightweightReferenceAnalysis>true</SupportLightweightReferenceAnalysis>
|
||||
|
||||
@@ -92,6 +92,8 @@ void setup()
|
||||
printf("Aenderung senden: %d\n", knx.paramByte(4));
|
||||
printf("Abgleich %d\n", knx.paramByte(5));
|
||||
}
|
||||
else
|
||||
println("not configured");
|
||||
knx.start();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user