Hi,
I’m trying to update my firmware with the latest MQTT-TLS library 0.2.25, but when I try opening the library, it just says ‘loading…’
the link it’s trying to open is:
Particle Web IDE
any input on this issue? I’m testing this on Edge browser, but that’s how I’ve been using the Web IDE for months now.
Lib is to big to correctly load on WebIDE.
Here is detailed explanation an some workaround :
Hi, may be you could open old version MQTT-TLS library with clear cache on settings.
This old version 0.2.23 could use on Photon/Argon…etc, but this crypto library (mbedTLS) is old version(mbedTLS 2.1x), so I update to latest mbesTLS at 2022/05/30.
Latest 0.2.24(mbedTLS 2.28.0) and 0.2.25(mbedTLS 3.1.0) maybe can not use on WebIDE(too many crypto source code is updated), but old version can use.
BTW, from the mbedTLS library support status is…
mbedTLS 3.1.x : main repo
mbedTLS 2.28 is a lon…
best
2 Likes
By reducing the number of mbedTLS files, it can also be viewed in WebIDE.
But, some TLS (mbedTLS) features/bug fixed will not be able to use that are originally available, so I think it’s good to use VScode.
3 Likes
system
Closed
July 31, 2022, 12:31pm
4
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.