Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
hung-eoh committed Jan 8, 2024
1 parent d6b9f21 commit c96385f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Modbus/ERaModbus.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ class ERaModbus
if (this->modbusConfig->updateHashID(hash)) {
this->clearDataBuff();
this->thisApi().writeToFlash(FILENAME_CONFIG, buf);
if (this->wifiConfig && this->modbusConfig->isWifi) {
if (this->wifiConfig && this->modbusConfig->isWiFi) {
this->thisApi().connectNewWiFi(this->modbusConfig->ssid,
this->modbusConfig->pass);
}
Expand Down

0 comments on commit c96385f

Please sign in to comment.