octoblu / microblu_mqtt

Microblu OS (firmware for Arduino-compatible devices) using MQTT
GNU Lesser General Public License v2.1
50 stars 21 forks source link

PubSubClient has no method 'publishHeader' #1

Closed aknoerig closed 10 years ago

aknoerig commented 10 years ago

Compilation of the skynetim_mqq_eth_StandardFirmata fails under Arduino 1.5.7 with the latest PubSubClient:

skynetim_mqtt_eth_StandardFirmata.ino: In function 'void loop()':
skynetim_mqtt_eth_StandardFirmata.ino:702:14: error: 'class PubSubClient' has no member named 'publishHeader'
jacobrosenthal commented 10 years ago

Waiting for him to accept our PR, use our fork https://github.com/jacobrosenthal/pubsubclient

On Mon, Jul 21, 2014 at 1:02 AM, aknoerig notifications@github.com wrote:

Compilation of the skynetim_mqq_eth_StandardFirmata fails under Arduino 1.5.7 with the latest PubSubClient:

skynetim_mqtt_eth_StandardFirmata.ino: In function 'void loop()': skynetim_mqtt_eth_StandardFirmata.ino:702:14: error: 'class PubSubClient' has no member named 'publishHeader'

— Reply to this email directly or view it on GitHub https://github.com/octoblu/microblu_mqtt/issues/1.

jacobrosenthal commented 10 years ago

This branch https://github.com/jacobrosenthal/pubsubclient/tree/streamingpublish

On Mon, Jul 21, 2014 at 1:48 AM, Jacob Rosenthal jakerosenthal@gmail.com wrote:

Waiting for him to accept our PR, use our fork https://github.com/jacobrosenthal/pubsubclient

On Mon, Jul 21, 2014 at 1:02 AM, aknoerig notifications@github.com wrote:

Compilation of the skynetim_mqq_eth_StandardFirmata fails under Arduino 1.5.7 with the latest PubSubClient:

skynetim_mqtt_eth_StandardFirmata.ino: In function 'void loop()': skynetim_mqtt_eth_StandardFirmata.ino:702:14: error: 'class PubSubClient' has no member named 'publishHeader'

— Reply to this email directly or view it on GitHub https://github.com/octoblu/microblu_mqtt/issues/1.

aknoerig commented 10 years ago

Thanks, that works. Would be good to document, though. :)