Skip to content

Commit

Permalink
Merge Develop pull request #151 from SmartDogHouse/develop
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-lirussi authored Jul 16, 2021
2 parents 9387827 + 5411de5 commit d156ac5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ jobs:
run: |
git checkout gh-pages
git clean -fxd #remove things that may be carried with checkout
git rm -rf coverage_dev #remove folder
git rm -rf coverage_main #remove folder
git rm -rf coverage_dev || true #remove folder
git rm -rf coverage_main || true #remove folder
- name: Test and build coverage html for develop
shell: bash
run: |
Expand Down
2 changes: 1 addition & 1 deletion src/main/python/static_values.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
KEY_FILE = "/flash/key"

# if you change the ClientId make sure update AWS policy
MQTT_CLIENT_ID = "COGLIONE"
MQTT_CLIENT_ID = "ClientID"
MQTT_PORT = 8883

# if you change the topic make sure update AWS policy
Expand Down

0 comments on commit d156ac5

Please sign in to comment.