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

Update _P152_MCP42010.ino #179

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

antibill51
Copy link
Contributor

Add CS GPIO choice, and other fixes.

Add CS GPIO choice, and other fixes.
@@ -29,7 +27,7 @@ boolean Plugin_152(byte function, struct EventStruct *event, String& string)
case PLUGIN_DEVICE_ADD:
{
Device[++deviceCount].Number = PLUGIN_ID_152;
Device[deviceCount].Type = DEVICE_TYPE_DUMMY; // SPI pins for ESP8266 are CS=15, CLK=14, MOSI=13
Device[deviceCount].Type = DEVICE_TYPE_SPI;
Copy link

@tonhuisman tonhuisman Dec 3, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If that still works for you, you are using a very old source release of ESPEasy...

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

Successfully merging this pull request may close these issues.

2 participants