Robson Oliveira dos Santos
Robson Oliveira dos Santos
Just in case anyone is using the Chinese 10-pin version: 
A feature like this would be handy.
I believe I killed it somehow . Unfortunately I don't another tiny to confirm my theory. I'll get a new one, but it will take at least a month.
Hi @ivankravets, I see. However, PlatformIO doesn't seem to cache dependencies from git (private) repositories (I apologise for not mentioning that before), which makes sense but it drastically slows down...
Thanks, guys. I was considering using `LibraryPackageManager` though was not sure how to approach this in `extra_scripts` as my understanding is that `extra_scripts` run after the Library Manager. What you...
Hi guys. I ended up going with something like this: platformio.ini: ``` [env] ... extra_scripts = pre:pre_script.py lib_extra_dirs = .pio/libdeps/shared/ shared_lib_dir = .pio/libdeps/shared/ shared_lib_deps = https://github.com/... https://github.com/... https://github.com/... ``` pre_script.py:...
Hi. I am having a similar problem here. If I play around with `mtu` values, I get a higher `avgSpeed`, which makes sense. However, If I set the `mtu` value...
Hi, I am facing a similar issue. The number of UUIDs returned from iOS is smaller than from Android. Is there any progress on this? Is there anything I can...
@ddx001 I was having the exact same issue. `typescript` `~5.5.x` indeed fixes it.
Hi @bblanchon, For more context, I am using `platformio/tool-cppcheck` from PlatformIO. I did some testing and coundn't find any issues with the macro expansions of `ARDUINOJSON_VERSION_NAMESPACE` and `ARDUINOJSON_CONCAT_`. I wonder...