Imroy / pubsubclient

A client library for the ESP8266 that provides support for MQTT
MIT License
434 stars 115 forks source link

It does not compile any more using the latest Arduino IDE (1.6.4) #6

Closed leGram closed 9 years ago

leGram commented 9 years ago

g\Documents\Arduino\libraries\pubsubclient-master/PubSubClient.h:86:50: error: section attribute not allowed for 'payload' bool publish_P(String topic, uint8_t PROGMEM *payload, unsigned int, bool retained = false);

any ideas?

leGram commented 9 years ago

OK, that is the same as issue #1 , sorry...