Trigger to GPIO

This commit is contained in:
2026-04-07 16:10:59 +07:00
3 changed files with 32 additions and 2 deletions
+1 -1
View File
@@ -218,4 +218,4 @@ if __name__ == '__main__':
exit(1)
# Run Flask app on all interfaces, port 5000
app.run(host='0.0.0.0', port=8898, debug=True)
app.run(host='0.0.0.0', port=8080, debug=True)