Implemented network settings
This commit is contained in:
@@ -71,6 +71,7 @@ signals:
|
||||
void bmsConfigCheckResult(QStringList paramsNotSet);
|
||||
void valuesSetupReceived(BMS_VALUES values);
|
||||
void pingCanRx(QVector<int> devs, bool isTimeout);
|
||||
void netSettingsReceived(QStringList settings);
|
||||
|
||||
public slots:
|
||||
void processPacket(QByteArray data);
|
||||
@@ -80,6 +81,8 @@ public slots:
|
||||
void getCells();
|
||||
void getAux();
|
||||
void getExpansionTemp();
|
||||
void getNetSettings();
|
||||
void setNetSettings(QStringList settings);
|
||||
void sendTerminalCmd(QString cmd);
|
||||
void setDetect(disp_pos_mode mode);
|
||||
void samplePrint(debug_sampling_mode mode, int sample_len, int dec);
|
||||
|
||||
Reference in New Issue
Block a user