Kevin
Kevin
> Thanks! Is there a change log kind of thing to see how what changed in BOARD_DEFAULT? For instance if you want rewire things to match the new board. No...
If the implementation is correct, these messages should just be discarded. Not sure how you'd implement this wrong. This is also only a concern if you have >= 2 clients...
Are you using v1.0 or the current master? What else did you change in the configuration, besides activating bluetooth? I had some problems with bluetooth the last time I tested...
Then I am guessing this is the same problem I encountered (https://github.com/Smeat/Chorus32-ESP32LapTimer/issues/7) The Bluetooth stack is quite large and it seems we are running out of memory when we are...
If we move `platformio.ini` we break the build system ;) What is the reason you want to move it?
Without modification it'll break, because it won't find the `src` folder. As this project also contains other stuff besides the firmware, I don't see any reason or benefit to move...
> I just wanted to help make it easier for people to compile it Nothing wrong with that :) I am always happy to get a different perspective, since my...