Skip to content

Commit

Permalink
make more informative
Browse files Browse the repository at this point in the history
  • Loading branch information
brentru committed Aug 31, 2023
1 parent 34c2809 commit 1091b17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Adafruit_MQTT.h
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
// Largest full packet we're able to send.
// Need to be able to store at least ~90 chars for a connect packet with full
// 23 char client ID.
// Future TODO: This should be replaced by the ability to
// Future TODO: This should be replaced by the ability to dynamically allocate a buffer as needed.
#if defined(ARDUINO_ARCH_ESP8266) || defined(ARDUINO_ARCH_ESP32) || \
defined(ARDUINO_ARCH_RP2040) || defined(ARDUINO_ARCH_SAMD)
#define MAXBUFFERSIZE (512)
Expand Down

0 comments on commit 1091b17

Please sign in to comment.