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

Anybody had luck getting this to work with platformio + stm32duino? #26

Open
Davey3D opened this issue Jun 24, 2017 · 0 comments
Open

Comments

@Davey3D
Copy link

Davey3D commented Jun 24, 2017

Tried various options but get:

Compiling .pioenvs\nucleo_l432kc\lib\nextionsimple\Nextion.o
lib\nextionsimple\Nextion.cpp: In member function 'uint8_t Nextion::pageId()':

lib\nextionsimple\Nextion.cpp:302:7: warning: unused variable 'a' [-Wunused-variable]
int a = -1;
^
lib\nextionsimple\Nextion.cpp: In member function 'void Nextion::flushSerial()':
lib\nextionsimple\Nextion.cpp:334:10: error: request for member 'flush' in '((Nextion*)this)->N
extion::Serial', which is of pointer type 'HardwareSerial*' (maybe you meant to use '->' ?)
Serial.flush();
^
lib\nextionsimple\Nextion.cpp: In member function 'boolean Nextion::ack()':
lib\nextionsimple\Nextion.cpp:119:1: warning: control reaches end of non-void function [-Wretur
n-type]
}//end
^
*** [.pioenvs\nucleo_l432kc\lib\nextionsimple\Nextion.o] Error 1
[ERROR] Took 2.42 seconds

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

1 participant