We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ESP8266
platform = espressif8266 board = esp12e framework = arduino
PlatformIO, version 4.3.4 Using Adafruit MQTT Library version 1.3.0
Using platform.io, compile project that uses Adafruit_MQTT_Library
... Compiling .pio/build/esp12e/lib2f0/ESP8266WiFi/BearSSLHelpers.cpp.o /Users/ff/.platformio/lib/Adafruit MQTT Library/Adafruit_MQTT.cpp: In member function 'uint16_t Adafruit_MQTT::readFullPacket(uint8_t*, uint16_t, uint16_t)': /Users/ff/.platformio/lib/Adafruit MQTT Library/Adafruit_MQTT.cpp:264:46: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (value > (maxsize - (pbuff - buffer) - 1)) { ^ Archiving .pio/build/esp12e/lib16c/libAdafruit Unified Sensor.a ...
Reference project where I see this: https://github.com/flavio-fernandes/iotMqttAttic
The text was updated successfully, but these errors were encountered:
Same problem here. Created a pull request.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
ESP8266
copy the sketch code in too):
Using platform.io, compile project that uses Adafruit_MQTT_Library
Reference project where I see this: https://github.com/flavio-fernandes/iotMqttAttic
The text was updated successfully, but these errors were encountered: