You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the meantime, the program checks itself for outputs and inputs, calculates the data, and then serializes to JSON.
Scenario 1:
When I try to connect to the AP then it rejects me and disappears completely - in the console it throws no error, and there is no memory leak.
Scenario 2:
When, for example, I add more values to JsonDocument sensors then everything works fine, the AP creates itself, you can connect to it normally and read the data over HTTP.
What could be the problem here? A very similar topic has been created before #1512. However, there is no solution there. The strangest thing is that when the json is larger everything works, and when it is smaller it does not.
Environment
Here is the environment that I'm using':
Hey, I come with a strange problem.
AP mode
by default.JsonDocument sensors
then everything works fine, the AP creates itself, you can connect to it normally and read the data over HTTP.What could be the problem here? A very similar topic has been created before #1512. However, there is no solution there. The strangest thing is that when the json is larger everything works, and when it is smaller it does not.
Environment
Here is the environment that I'm using':
Exmaple how I create a JsonDocument:
The text was updated successfully, but these errors were encountered: