pubnub / arduino

The Official PubNub Arduino-based API!
Other
105 stars 49 forks source link

Fix CI build #33

Closed sveljko closed 5 years ago

sveljko commented 5 years ago

Don't build M4 board at all - it doesn't have native networking, test is not useful, yet it fails on ArduinoCI for some unknown reason.

Don't build ESP32 w/WiFi101.h examples, they are not designed to work. It was strange they actually worked before.

vveljko commented 5 years ago

Do we need to keep the m4 and esp32 builds?

Arduino is a "moving target". Itself changes, board support changes, libraries change... That's why we keep things in comments, as we might need/want to "enable" them in the future, and it's easier to have them in the comments rather than figuring out what can (or cannot) be put back.