Closed KennethThompson closed 9 months ago
What's the version of ArduinoJson?
What's the version of ArduinoJson?
7.0.2
What's the version of ArduinoJson?
I tried compiling examples from ArduinoJson and I can't get the error to reappear- not sure if that is helpful.
What's the version of ArduinoJson?
Apparently, 'Arduino Nano' board also triggers the compile errors above. Maybe it is using the same DebugLog conflicting code as the 2560?
forward() may be conflicting with ArduinoJson (and ArxTypeTraits). Could you try ArduinoJson v6.x.x?
forward() may be conflicting with ArduinoJson (and ArxTypeTraits). Could you try ArduinoJson v6.x.x?
Funny you mention that. I tried a few different 6.x versions and all of them have the same compiler error. For now, we're moving the #include
It should compile up to ArduinoJson v6.20.1, have you tried that?
Also, why are you including ArduinoJson when you don't need it, it should only be included in examples that use ArduinoJson, so please remove it.
It should compile up to ArduinoJson v6.20.1, have you tried that?
Also, why are you including ArduinoJson when you don't need it, it should only be included in examples that use ArduinoJson, so please remove it.
The example still does not compile with 6.20.1 installed. At some point, we decided to not use the integrated JSON abilities of MsgPacketizer and just forgot. We still use ArduinoJson, but were not concerned with whether we included it before or after MsgPacketizer. It would be nice if we could use the ArduinoJson features of MsgPacketizer in the future- but maybe that will be limited to specific boards if we need it.
Fixed. Please update your dependencies
Excellent! Thank you- will be testing ASAP
On Sun, Feb 4, 2024 at 4:02 PM Hideaki Tai @.***> wrote:
Fixed. Please update your dependencies
- DebugLog v0.8.0
- ArxTypeTraits v0.3.1
— Reply to this email directly, view it on GitHub https://github.com/hideakitai/MsgPacketizer/issues/16#issuecomment-1925912994, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA4HTDOGKHOFR5A5SOLUKIDYR7ZNDAVCNFSM6AAAAABCYDPNACVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMRVHEYTEOJZGQ . You are receiving this because you authored the thread.Message ID: @.***>
Attempting to compile some examples on a 2560 produces numerous compile errors. This is a problem my code is facing, but the example below reproduces the issue.
Try the following code with 2560 set as a target:
Observe these compile errors: