disable autostart pibroadcast

This commit is contained in:
2021-08-19 15:02:30 +03:00
parent 44b9c37391
commit f5af8a1da9
2 changed files with 14 additions and 20 deletions

View File

@@ -993,6 +993,7 @@ void PIEthernet::configureFromVariantDevice(const PIPropertyStorage & d) {
PIEthernet::InterfaceList PIEthernet::interfaces() {
//piCout << "PIEthernet::interfaces()";
PIEthernet::InterfaceList il;
Interface ci;
ci.index = -1;