-
Notifications
You must be signed in to change notification settings - Fork 19
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
getting compile error message #3
Comments
Hi, have you made sure to use the right pubSubClient version? https://github.com/vicatcu/pubsubclient |
i downloaded the pubsubclient from your link but getting the same error. Thanks |
another question : can i give the esp a fixed ip address Thanks again |
The simple way is to assign it within your DHCP settings at your router but that would be static. Adding this as option to the webconfig would need 2015-08-11 5:58 GMT+02:00 Raj Badri [email protected]:
|
Thanks |
hi
i am getting this error message when i try to compile your sketch
Arduino: 1.6.5 (Mac OS X), Board: "Generic ESP8266 Module, Serial, 80 MHz, 40MHz, DIO, 115200, 4M (3M SPIFFS)"
In file included from sketch_aug07b.ino:31:0:
/Users/rajbadri/Documents/Arduino/libraries/PubSubClient/PubSubClient.h:80:46: error: section attribute not allowed for ''
boolean publish_P(char *, uint8_t PROGMEM *, unsigned int, boolean);
^
Error compiling.
The text was updated successfully, but these errors were encountered: