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

Mono #14

Merged
merged 31 commits into from
Apr 19, 2021
Merged

Mono #14

Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update Config.ipynb
  • Loading branch information
luke-iqt committed Mar 22, 2021
commit b89efcb06095c4d78a5d943978e325c43cce9d22
12 changes: 6 additions & 6 deletions Config.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
},
{
"cell_type": "code",
"execution_count": 21,
"execution_count": 30,
"metadata": {},
"outputs": [
{
Expand All @@ -55,7 +55,7 @@
"0"
]
},
"execution_count": 21,
"execution_count": 30,
"metadata": {},
"output_type": "execute_result"
}
Expand All @@ -66,22 +66,22 @@
},
{
"cell_type": "code",
"execution_count": 23,
"execution_count": 31,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"<paho.mqtt.client.MQTTMessageInfo at 0x7f8d01035360>"
"<paho.mqtt.client.MQTTMessageInfo at 0x7f8d0103f450>"
]
},
"execution_count": 23,
"execution_count": 31,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"client.publish(\"skyscan/config/json\",\"{'cameraZoom': 5000}\")"
"client.publish(\"skyscan/config/json\",'{\"cameraZoom\": 5000}')"
]
},
{
Expand Down