Commit c3b5fbc2 authored by Guillaume Blanchy's avatar Guillaume Blanchy
Browse files

Merge branch '195_fix_issue' into 'master'

v2024.0.14

Closes #195

See merge request ohmpi/ohmpi!47
Showing with 5 additions and 6 deletions
+5 -6
...@@ -53,7 +53,7 @@ except Exception as error: ...@@ -53,7 +53,7 @@ except Exception as error:
print(colored(f'Unexpected error: {error}', 'red')) print(colored(f'Unexpected error: {error}', 'red'))
arm64_imports = None arm64_imports = None
VERSION = 'v2024.0.13' VERSION = 'v2024.0.14'
class OhmPi(object): class OhmPi(object):
......
# to automatically start the webserver on start, you need to place the # to automatically start the webserver on start, run crontab -e
# following line just before the line with 'exit 0' in the /etc/rc.local. # then add the following line at the end of the file
# don't forget to replace <username> by the username you have on the pi
(cd /home/pi/ohmpi; bash run_http_interface.sh > startup.log) & @reboot cd /home/ohmpi/ohmpi;bash run_http_interface.sh > startup.log
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