Skip to content

Commit

Permalink
clean up merge conflicts
Browse files Browse the repository at this point in the history
helgeerbe committed Dec 27, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 367e0f9 commit 6ab706c
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
@@ -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;
2 changes: 1 addition & 1 deletion src/PinMapping.cpp
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 6ab706c

Please sign in to comment.