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

Will not compile #1

Open
kephaII opened this issue Aug 21, 2020 · 7 comments
Open

Will not compile #1

kephaII opened this issue Aug 21, 2020 · 7 comments

Comments

@kephaII
Copy link

kephaII commented Aug 21, 2020

Hi

This will be a very useful program for many!

I tried to compile it with Arduino IDE on windows 10 for ESP32 devkit C.
i get some errors: see below.
I have used the ESPsoftserial library, is that what you are using?

And in which library do i find: disableCore0WDT();

Best regards
Hans

In file included from C:\Users\kepha\Documents\Arduino\APRemote\ap-remote\ap-remote.ino:7:0:

C:\Users\kepha\Documents\Arduino\libraries\softwareserial\src/SoftwareSerial.h:162:12: error: 'size_t SoftwareSerial::readBytes(uint8_t*, size_t)' marked 'override', but does not override

 size_t readBytes(uint8_t* buffer, size_t size)  override;

        ^

C:\Users\kepha\Documents\Arduino\libraries\softwareserial\src/SoftwareSerial.h:165:12: error: 'size_t SoftwareSerial::readBytes(char*, size_t)' marked 'override', but does not override

 size_t readBytes(char* buffer, size_t size) override {

        ^

C:\Users\kepha\Documents\Arduino\APRemote\ap-remote\ap-remote.ino: In function 'void setup()':

ap-remote:321:24: error: 'disableCore0WDT' was not declared in this scope

    disableCore0WDT();   // disable watchdog timer for serial port handler

                    ^

exit status 1
'disableCore0WDT' was not declared in this scope

@richardJG
Copy link
Owner

richardJG commented Aug 22, 2020 via email

@Kordula2
Copy link

Kordula2 commented Aug 22, 2020 via email

@Kordula2
Copy link

Kordula2 commented Aug 22, 2020 via email

@richardJG
Copy link
Owner

richardJG commented Aug 22, 2020 via email

@Kordula2
Copy link

Kordula2 commented Aug 22, 2020 via email

@Kordula2
Copy link

Kordula2 commented Aug 24, 2020 via email

@richardJG
Copy link
Owner

richardJG commented Aug 24, 2020 via email

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

3 participants