ArduinoJWT icon indicating copy to clipboard operation
ArduinoJWT copied to clipboard

library.json has an platforms value that is too strict

Open jackjansen opened this issue 4 years ago • 1 comments

You list platforms as atmelavr and espressif, but it works fine on esp32 (where I've been using it for quite a while, alongside esp8266).

For one of my projects I've now had to switch to lib_compat_mode = strict because I have another library dependency that only support esp32 and not esp8266, but the side effect is that ArduinoJWT is no longer included because it doesn't list esp32 among the supported platforms.

jackjansen avatar Apr 24 '20 22:04 jackjansen

If you have a fix can you create a PR? This may be quickest as I can only look at it next week

chrismoorhouse avatar Apr 25 '20 10:04 chrismoorhouse