Skip to content

Commit 73c8c17

Browse files
authored
Merge pull request #28 from FoamyGuy/fix_connection_manager_settings_toml
fix connection_manager with .mpy extension.
2 parents d21b446 + 2f057dd commit 73c8c17

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,13 @@ python3 create_requirement_images.py learn --guide [Learn Guide Name]
2525
python3 create_requirement_images.py learn -g [Learn Guide Name]
2626
```
2727

28+
### Generate Single Library Bundle Example Image
29+
```shell
30+
python3 create_requirement_images.py bundle [path to example].py
31+
# e.g.
32+
python3 create_requirement_images.py bundle Adafruit_CircuitPythonBundle/libraries/helpers/wiz/wiz_buttons_controller.py
33+
```
34+
2835
### Help Command
2936
The help command will list all possible commands and arguments.
3037

settings_required.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"adafruit_minimqtt",
1414
"adafruit_portalbase",
1515
"adafruit_azureiot",
16-
"adafruit_connection_manager",
16+
"adafruit_connection_manager.mpy",
1717
]
1818

1919

0 commit comments

Comments
 (0)