-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
When interfacing Raspberry Pico to ESP-01 via UART, received
Traceback (most recent call last):
File "<stdin>", line 167, in <module>
File "<stdin>", line 129, in main
File "<stdin>", line 96, in esp_test
File "/lib/adafruit_espatcontrol/adafruit_espatcontrol.py", line 357, in is_connected
File "/lib/adafruit_espatcontrol/adafruit_espatcontrol.py", line 126, in begin
AttributeError: 'ESP_ATcontrol' object has no attribute 'cipmux'
If I remove the 2 lines (125 & 126) it seems to resolve the issue as a dirty fix. It appears that this particular implementation of the board refuses to use a CIPMUX of 0 just from probing with manual AT commands.
Adafruit_CircuitPython_ESP_ATcontrol/adafruit_espatcontrol/adafruit_espatcontrol.py
Line 126 in 96ae96d
self.cipmux = 0 |
Metadata
Metadata
Assignees
Labels
No labels