-
Notifications
You must be signed in to change notification settings - Fork 7.6k
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
fix(M5Stack Fire): Fixed TF reader SS pin value. #10610
Conversation
The correct pin is GPIO4.
👋 Hello CelliesProjects, we appreciate your contribution to this project! Click to see more instructions ...
Review and merge process you can expect ...
|
* Added ds18b20 sensor task and libraries * Fixed SS pin issue. See espressif/arduino-esp32#10610
I just ran into this issue. The wrong pin is defined in
pinsArduino.h
.The correct SS pin for the TF reader is GPIO4.
See the screenshot below from https://github.com/m5stack/m5unified
Tests scenarios
I have tested my Pull Request on Arduino-esp32 core v3.0.7 with a M5Stack Fire with this scenario
Related links
I could not find related issues.