-
Notifications
You must be signed in to change notification settings - Fork 123
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
cannot compile start here example #16
Comments
I hope it will work |
Or if you want the long version #15 |
Thanks for your guide , it worked fine now ! Kudos to you ! On Thu, Oct 27, 2016 at 11:41 PM, Attiq Aamir notifications@github.com
Always consider your responsibility towards a cleaner world, Go Green and Jason Markham JasonKits |
Hi all, this is my first post on Git so have mercy:) What am I missing? |
while compiling i am getting this error
i tried to change module selection but still cannot compile it . ! any one had this error ?
C:\Users\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.2.0/tools/sdk/include/ip_addr.h:56:128: error: invalid operands of types 'ip_addr*' and 'int' to binary 'operator>>'
#define IP2STR(addr) (uint8_t)(addr & 0xFF), (uint8_t)((addr >> 8) & 0xFF), (uint8_t)((addr >> 16) & 0xFF), (uint8_t)((addr >> 24) & 0xFF)
C:\Users\Documents\Arduino\libraries\easyMesh-master\src\easyMeshAP.cpp:40:19: note: in expansion of macro 'IP2STR'
exit status 1
Error compiling for board NodeMCU 0.9 (ESP-12 Module).
The text was updated successfully, but these errors were encountered: