Add ip/port setting
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user