We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
i.e., something like: neopixel_topic = f"sdl-demo/picow/{PICO_ID}/GPIO/28/"
neopixel_topic = f"sdl-demo/picow/{PICO_ID}/GPIO/28/"
Right now, neopixel_topic is embedded within mqtt_observe_sensor_data:
neopixel_topic
self-driving-lab-demo/src/self_driving_lab_demo/utils/observe.py
Line 61 in c68ad0b
And should probably rename neopixel_topic to command_topic.
command_topic
4.2 notebook: https://github.com/sparks-baird/self-driving-lab-demo/blob/main/notebooks/4.2-paho-mqtt-colab-sdl-demo-test.ipynb
The text was updated successfully, but these errors were encountered:
No branches or pull requests
i.e., something like:
neopixel_topic = f"sdl-demo/picow/{PICO_ID}/GPIO/28/"
Right now,
neopixel_topic
is embedded within mqtt_observe_sensor_data:self-driving-lab-demo/src/self_driving_lab_demo/utils/observe.py
Line 61 in c68ad0b
And should probably rename
neopixel_topic
tocommand_topic
.4.2 notebook: https://github.com/sparks-baird/self-driving-lab-demo/blob/main/notebooks/4.2-paho-mqtt-colab-sdl-demo-test.ipynb
The text was updated successfully, but these errors were encountered: