-
Notifications
You must be signed in to change notification settings - Fork 638
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
Compile error when building sonoff-dual-debug #11
Comments
Original comment by Jay (Bitbucket: ElectricImpossible, GitHub: ElectricImpossible): formatting |
Added relayStatus function prototype to fix issue #11 |
I see. It's a missing function prototype for relayStatus. |
Original comment by Jay (Bitbucket: ElectricImpossible, GitHub: ElectricImpossible): Thanks for the prompt reply, I will take a look at your updates and try again. |
Original comment by Jay (Bitbucket: ElectricImpossible, GitHub: ElectricImpossible): Working! Thanks for making this public. Hope your thinking about joining patreon.com |
…quest #11) Add a separate incremental energy counter into the Domoticz MQTT interface
Originally reported by: Jay (Bitbucket: ElectricImpossible, GitHub: ElectricImpossible)
I have managed to build sonoff-debug and flashed to my sonoff dual without issue but when attempting to build/compile sonoff-dual-debug i receive the following
*C:/Espurna/code/src/button.ino: In function 'void buttonLoop()':
C:/Espurna/code/src/button.ino:89:50: error: too many arguments to function 'bool relayStatus(unsigned char)'
C:/Espurna/code/src/main.ino:144:6: note: declared here
#endif
*
I believe that as I have managed to flash sonoff-debug that my platform.io is upto spec, but have been recently using this platform for your code.
The text was updated successfully, but these errors were encountered: