Closed b-blake closed 1 year ago
Adafruit CircuitPython 9.0.0-alpha.4 on 2023-11-12; Raspberry Pi Pico W with rp2040 Board ID:raspberry_pi_pico_w UID:E661410403657439 MAC:28:CD:C1:03:9E:26 boot.py output: Write to SD Card: True Write to Flash : False boot.py Finis
I'm going to mark this a duplicate of #8574. I think I found the issue. PR soon.
Thumbs-Up
CircuitPython version
Code/REPL
Behavior
Adjusting CIRCUITPY_HEAP_START_SIZE in settings.toml, as noted in the initial posting of 9.0.0 Alpha 4, does not fix the error on an RP2040.
Description
The code.py above runs on a bare Raspberry Pi Pico W. No additional parts needed.
Your settings.toml will be needed.
I started with the Code the Pico W HTTP Server and only modified code.py.
I removed the ssd1306 code and disabled the DS18X20 pending later use.
The print('nnn Exception :', ex) code shows the approximate line number of where the exception occured.
Additional information
No response