Closed nieldk closed 4 years ago
OK, so the issue is in mculib/include/mculib/adf4350.hpp
Line 28
static constexpr int cpCurrent = 15;
Needs to be
int cpCurrent = 15;
And it compiles without errors
This has been fixed in the mculib.
With the latest pull, I get this error