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

Wifi and mqtt data is very hidden #3

Open
devdenn opened this issue Feb 17, 2022 · 0 comments
Open

Wifi and mqtt data is very hidden #3

devdenn opened this issue Feb 17, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@devdenn
Copy link
Contributor

devdenn commented Feb 17, 2022

Summary

Move these wifi passwords and addresses into a settings.cfg.

const char* ssid = "SWTP_TEST_WLAN";
const char* password = "SWTPswtp";
// ---MQTT Broker connection settings--- //
//Broker Server Address
const char* mqtt_server = "192.168.1.116";
//Port Number. 1883 is the default Port for MQTT.
uint16_t mqtt_port = 1883;

Where are possible dependencies?

  • The affected section in the readme.md.

What will be the advantage?

  • Easy to edit without having to browse through the code.
@devdenn devdenn added the enhancement New feature or request label Feb 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant