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

fix connection_manager with .mpy extension. #28

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@ python3 create_requirement_images.py learn --guide [Learn Guide Name]
python3 create_requirement_images.py learn -g [Learn Guide Name]
```

### Generate Single Library Bundle Example Image
```shell
python3 create_requirement_images.py bundle [path to example].py
# e.g.
python3 create_requirement_images.py bundle Adafruit_CircuitPythonBundle/libraries/helpers/wiz/wiz_buttons_controller.py
```

### Help Command
The help command will list all possible commands and arguments.

Expand Down
2 changes: 1 addition & 1 deletion settings_required.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"adafruit_minimqtt",
"adafruit_portalbase",
"adafruit_azureiot",
"adafruit_connection_manager",
"adafruit_connection_manager.mpy",
]


Expand Down