Commit 069037fa authored by Olivier Kaufmann's avatar Olivier Kaufmann
Browse files

Updates the message about TLS for MQTT in setup

Showing with 3 additions and 1 deletion
+3 -1
......@@ -12,5 +12,6 @@ API reference
.. automodule:: ohmpi.ohmpi
:members:
.. automodule:: ohmpi.hardware_system
:members:
......@@ -83,7 +83,8 @@ if os.path.exists('configs/' + config):
# print('\n'+'_'*100)
print('\n'+'*' * 93)
print('*** You may customize the configuration of your OhmPi by editing the ohmpi/config.py file ***')
print('*** You should change the username and password used to connect to the mqtt broker ***')
print('*** The MQTT communication can be encrypted with TLS/SSL but it is not set by default ***')
print('*** You should then change the username and password used to connect to the mqtt broker ***')
print('*** Make sure you understand what you are doing to avoid damaging to your system ***')
print('*' * 93)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment