David Such

Results 3 comments of David Such

Hi Jon, Welcome! The problem is that both libraries are defining the same thing. You could either fork my library and change the name or probably the easier option is...

The library attempts to autodetect which board you have connected when you call `begin()`. The board types I have included and tested are: ``` enum class BoardType { NANO =...

That's very weird. The error suggests that `BOARD_NAME` doesn't have a value. But if that is the case `getBoardTypeString()` shouldn't return the correct value. When I next update the library...