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

-1 pin assignment causing errors #12

Closed
lukeswitz opened this issue Jan 7, 2024 · 4 comments
Closed

-1 pin assignment causing errors #12

lukeswitz opened this issue Jan 7, 2024 · 4 comments

Comments

@lukeswitz
Copy link
Owner

Serial flooding with gpio: gpio_set_level(227): GPIO output gpio_num error

See issue with esp32 board package: espressif/arduino-esp32#6737

@lukeswitz
Copy link
Owner Author

(-1, SPI, 40000000) defining ss pin here is unnecessary as pointed out by @birukun and fixes the errors for gpio

lukeswitz added a commit that referenced this issue Jan 9, 2024
- no need to define ss pin or use SPI here
@pejacoby
Copy link

pejacoby commented Jan 9, 2024

No more GPIO errors on my unit!
Screen Shot 2024-01-09 at 5 23 35 PM

@lukeswitz
Copy link
Owner Author

Reverted the commit, the gpio garb is back. Seems maybe ESP32-PICO-D4 pins might be helpful from the docs, as that's the chip it'll detect. Either can be used in IDE with the same results. Waiting on @birukun for his SPI fix he messaged me about.

@lukeswitz
Copy link
Owner Author

closing, dupe of #17

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants