Possible typo in 7.1.1

CircuitPython on hardware including Adafruit's boards, and CircuitPython libraries using Blinka on host computers.

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
blakebr
 
Posts: 985
Joined: Tue Apr 17, 2012 6:23 pm

Possible typo in 7.1.1

Post by blakebr »

Good Afternoon,

OS for Maker Nano RP2040 has a possible typo. disable_ble_workflow

Code: Select all

>>> dir(supervisor)
['__class__', '__name__', 'RunReason', 'disable_autoreload', 'disable_ble_workflow', 'enable_autoreload', 'get_previous_traceback', 'reload', 'runtime', 'set_next_code_file', 'set_next_stack_limit', 'set_rgb_status_brightness', 'ticks_ms']
Bruce

User avatar
danhalbert
 
Posts: 4686
Joined: Tue Aug 08, 2017 12:37 pm

Re: Possible typo in 7.1.1

Post by danhalbert »

That is not a typo. It is this function: https://circuitpython.readthedocs.io/en ... e_workflow

which disables BLE file and REPL access.

User avatar
blakebr
 
Posts: 985
Joined: Tue Apr 17, 2012 6:23 pm

Re: Possible typo in 7.1.1

Post by blakebr »

Forget all after hello...

Locked
Please be positive and constructive with your questions and comments.

Return to “Adafruit CircuitPython”