Lennart Buhl

Results 19 comments of Lennart Buhl

**Current state** Issues resolved so far: * Fortunately **all** libraries are available in the PlatformIO library registry! * Crypto can't be imported from the author because it is not the...

Aha, so there ARE differences between https://github.com/Project-Owl/Crypto and https://github.com/OperatorFoundation/Crypto. Here they are: http://sprunge.us/j4FAaq Even the official version from rweather (https://github.com/rweather/arduinolibs/tree/master/libraries/Crypto) does not contain a trace of this `hwcrypto` include. Unfortunately...

Previously the CI used the CDP version from GitHub master which is kind of NOT the point of a CI, it should use the code that is currently in development....

Still looking forward to some feedback on this

> @r41d How would you go about using the Libraries in IDE and PIO, I want to make sure the documentation reflects this PR. What exactly do you mean? The...

`library.json` is for PlatformIO and `library.properties` is for Arduino IDE. An example would just need CPD as a singular dependency and then all dependencies of CDP will be pulled transitively....

RadioLib 4.6.0 seems to be working fine as far as I can tell. What doesn't work is RadioLib version 5 because it introduced breaking changes. Shall we dedicate this issue...

This should be obsolete via #280

This indeed fixes the display for ttgo v1 :) But I think it contains too many changes, e.g. the prints and LMIC calls should not be part of such PR...