Jan-Ole Schümann
Jan-Ole Schümann
I've added setting the ARDUINO symbol to the toolchain, it's one error less. Not sure how to get the USBCON symbol, it would need to come from the board definition.
The Arduino IDE only helps you installing the SDK files, besides that it's just a text editor. I went for cmake because it's a powerful build system, and it allows...
I'm a but confused, did you try with my latest changes? For me it did define a number that was bigger than the required minimum version, so I could compile...
Hi, no there's not. Regarding the keypad battery, the bluetooth API only reports one bit "Keypad battery critical", not the percentage.
Hi. Sorry I lost track of this issue. If the keypad is paired to the lock, it should be visible via auto discovery. If not check what is published to...
But even then it's not automatic, it would need a build targeting the C6. I still have to tinker with the S3, I couldn't get it running so far.
It should be possible to support both build systems, cmake and platformio, shouldn't it?
Well, I know cmake quite well, it's powerful, and I can use clion for development.
Yeah except it doesn't really work, at least last time I checked. But really compiling this project isn't too hard. All the files are there, I somewhat like it in...
Shellys use a single core variant of the ESP32, so the binary won't run on those. You'd need to compile it specifically for the single core variant, which is somewhat...