leodesigner / powmr_comm

PowMr Inverter serial communication protocol reverse engineering
MIT License
69 stars 6 forks source link

Migrate to ArduinoJson 6 #4

Open davidebeatrici opened 1 year ago

davidebeatrici commented 1 year ago

https://arduinojson.org/v6/doc/upgrade

leodesigner commented 1 year ago

Have you had a chance to test it?

ivankravets commented 1 year ago

@leodesigner, sorry for the offtopic, could you lock other dependencies using semantic versioning?

You can search each dependency in the PlatformIO Registry and navigate the "Installation" tab for further information.

davidebeatrici commented 1 year ago

Technically it's not off-topic, the reason why I encountered compile errors is because ArduinoJson's version is not locked.

@leodesigner I only made sure the code compiles without (related) warnings.