kmihaylov
kmihaylov
Excuse my disappearance. Now it looks much better. I see this is thanks to the new installation script. To be honest all Sming's activity for the past few months is...
I had similar problem (in my case the values were "0" (integer). Long story short, I had to increase the size of the object defined by ```DynamicJsonDocument``` despite my string's...
@kwis2, may you provide example of the problem? I've prepared some simple skeleton to use. https://github.com/kmihaylov/Sming_ArduinoJson6_DebugSkeleton
I'll try it tomorrow despite that I have the SERIAL_BAUD_RATE option in my other project. I'm seeing that the Servo driver uses HardwareTimer. Just tried Basic_HwPWM and it works. I...
HwPWM did the job for me, therefore I didn't test with HardwareTimer. I can give it a try later today.
@slaff, how would Sming's package manager verify if the selected module is compatible with the current version? For example there were a lot of changes to Sming 4 and obviously...
@kwis2 did you still have issues with the latest build? May you get rid of JSON to confirm that the problem concerns SPIFFS?
I have some STM experience. Would you please give me some directions how is the codeplug read by the radio? I did quick view on the code and I can't...
> by first writing data to it on their RX, to which they respond with the data readout on their RX. According to the datasheet their UART is typical TX/RX?...
Good morning! Forgive my lack of correctness in toolchain/compiler wording. When I have manually added the compiler path (not to the login scripts, but by hand) and I have built...