platformio / platform-espressif8266

Espressif 8266: development platform for PlatformIO
https://registry.platformio.org/platforms/platformio/espressif8266
Apache License 2.0
325 stars 219 forks source link

#ifdef issues #117

Closed debsahu closed 5 years ago

debsahu commented 5 years ago

I am trying to compile https://github.com/debsahu/ESP-MQTT-AWS-IoT-Core/tree/develop on PlatformIO and Travis CI shows that PIO is generating errors from a portion of code, which should be excluded as USE_PUB_SUB is defined.

This compiles on Arduino IDE without issues.

ivankravets commented 5 years ago

Have you resolved this issue?

debsahu commented 5 years ago

No, I just included both libraries. I will close this.