Skip to content

Commit

Permalink
clean up merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
helgeerbe committed Dec 27, 2023
1 parent 367e0f9 commit 6ab706c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/Hoymiles/src/Hoymiles.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ class HoymilesClass {
HoymilesRadio_NRF* getRadioNrf();
HoymilesRadio_CMT* getRadioCmt();

uint32_t PollInterval() const const;
void setPollInterval(const const uint32_t interval);
uint32_t PollInterval() const;
void setPollInterval(const uint32_t interval);
void setVerboseLogging(bool verboseLogging);

bool isAllRadioIdle() const;
Expand Down
2 changes: 1 addition & 1 deletion src/PinMapping.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ bool PinMappingClass::isValidEthConfig() const
return _pinMapping.eth_enabled;
}

bool PinMappingClass::isValidHuaweiConfig()
bool PinMappingClass::isValidHuaweiConfig() const
{
return _pinMapping.huawei_miso >= 0
&& _pinMapping.huawei_mosi >= 0
Expand Down

0 comments on commit 6ab706c

Please sign in to comment.