Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WifiManager; Packagesize; Robustness decoding; new ArduinoJson version #3

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

Laserlicht
Copy link

No description provided.

-Added WifiManager to avoid hard coding parameters
-Change Package size of mqtt; fix error
-Make decoding much more robust. Restart data collection if no data for a few milliseconds.
-Remove waiting to avoid package missing
-make compatible to ArduinoJson 6
Comment on lines +53 to +56
//IP
char static_ip[16] = "10.0.1.56";
char static_gw[16] = "10.0.1.1";
char static_sn[16] = "255.255.255.0";
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you want static IPs in code please comment and ask people to change to whatever they would like. But lets also see if we can support DHCP.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants