Add ip/port setting

This commit is contained in:
2021-06-03 14:39:02 +02:00
parent fbee4bd59d
commit a04c841225
3 changed files with 73 additions and 55 deletions

View File

@@ -60,7 +60,7 @@ namespace Akari.Provider.WaveshareUART.Views
{
_port = _radioPort.RadioLabels[_radioPort.SelectedItem].ToString();
File.WriteAllText(TUIManager.SettingsFilePath, _port);
File.WriteAllText(WaveshareUARTProvider.SerialPortFilePath, _port);
}
}
}