Steven Müllener

Results 9 comments of Steven Müllener

We also experience similar intellisense issues using VisualStudio, VisualMicro, ESP32 and including ArduinoJson.h (all in very recent versions). Intellisense is working for most cases but not all e.g. - "DynamicJsonDocument...

@bblanchon yes I have in the following way: #define ARDUINOJSON_ENABLE_STD_STREAM 0 #include instead of #include in the .Ino file. but with no success. We are including ArduinoJson.h in different other...

@bblanchon How can we improve this? We can not really make out where the issue is.. is it even a problem of this library or a problem of VisualStudio?

@bblanchon ok after trying out different things the following worked (setting both to 0 resulted in the problem of #1045 ) ARDUINOJSON_ENABLE_STD_STREAM=0;ARDUINOJSON_ENABLE_STD_STRING=1

> Guys, is there any update on this? To be honest, I do not know where to raise this issue and what headers are responsible for this. But what I...

This results in the following error: fatal: --unshallow on a complete repository does not make sense

This does also not change the result. I see two mechanisms that are both not available in this case: 1) From the log: "The branch 'develop' has a matching commit"...

@asbjornu agreed. What about explicitely passing the name as an argument?

@sovus did you find a solution for this problem?