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

Unable to compile #7

Closed
bnharvey opened this issue Jun 22, 2017 · 1 comment
Closed

Unable to compile #7

bnharvey opened this issue Jun 22, 2017 · 1 comment

Comments

@bnharvey
Copy link

bnharvey commented Jun 22, 2017

Hi,
Tried to compile with Arduino IDE 1.8.3 and i'm getting this error. pcf8574 libarary seems to be installed. Any ideas would be appreciated @stefanbode
Thanks

C:\Users\Brad Harvey\Downloads\Sonoff-Tasmota-stefan_patch1\Sonoff-Tasmota-stefan_patch1\sonoff\sonoff.ino: In function 'void setRelay(uint64_t)':

sonoff:353: error: 'pcf8574_switchrelay' was not declared in this scope

   pcf8574_switchrelay(i, state);

                               ^

C:\Users\Brad Harvey\Downloads\Sonoff-Tasmota-stefan_patch1\Sonoff-Tasmota-stefan_patch1\sonoff\sonoff.ino: In function 'void every_second()':

sonoff:1652: error: 'pcf8574_detect' was not declared in this scope

     pcf8574_detect();

                    ^

C:\Users\Brad Harvey\Downloads\Sonoff-Tasmota-stefan_patch1\Sonoff-Tasmota-stefan_patch1\sonoff\sonoff.ino: In function 'void GPIO_init()':

sonoff:2103: error: 'pcf8574_Init' was not declared in this scope

 pcf8574_Init();

              ^

C:\Users\Brad Harvey\Downloads\Sonoff-Tasmota-stefan_patch1\Sonoff-Tasmota-stefan_patch1\sonoff\webserver.ino: In function 'void startWebserver(int, IPAddress)':

webserver:329: error: 'handleI2C' was not declared in this scope

   webServer->on("/i2c", handleI2C);

                         ^

C:\Users\Brad Harvey\Downloads\Sonoff-Tasmota-stefan_patch1\Sonoff-Tasmota-stefan_patch1\sonoff\webserver.ino: In function 'void handleSave()':

webserver:929: error: 'pcf8574_saveSettings' was not declared in this scope

   pcf8574_saveSettings();

                        ^

exit status 1

@stefanbode
Copy link
Owner

Please use the master Branch

stefanbode pushed a commit that referenced this issue Oct 9, 2019
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