Leon Kiefer

Results 265 comments of Leon Kiefer

During separate testing, did you also use the correct rollingcodestorage for the different remotes? PS: I fixed the GitHub code block syntax in your comment by using three ` and...

If you use the same address for multiple stores, they override each other and cause multiple issues. You can try to reset the EEPROM at that addresses to `0` and...

I also used this approach and it's much simpler then installing the gem and running jekyll commands. You only need the _config.yml for a minimal site.

I have no teensy board, so it's difficult to debug the code. But i will look into it.

Teensy does not support Arduino IDE correctly. They require a plugin (custom version of Arduino IDE). And I can't find the boards definitions for the teensy boards, so I can't...

But to program non Arduino chips it should not be require a plugin. Arduino IDE has an own system to handle the different boards, by simply adding a configuration file....

@FrankBoesing better hardware or better software (api/libraries)?

I installed Teensyduino and tried to get it working with CLP. I discovered multiple problems: 1. The USB VID and PID can't be set using the Boards definition, because all...

Until there is an Arduino Boards Definition for Teensy Boards released I can't work on the support for teensy.