Arduino 1.8.13
STM32 Core 1.9.0
Board NUCLEO-F429ZI
U(S)ART Support: "Enabled (generic Serial)
USB support: "None"
I'm using the STM32Ethernet library also: I raed somewhere else that someone had problems using Serial.print with this lib...
Code: Select all
void onMqttMessage(const char* topic, uint8_t* payload, struct PANGO_PROPS props, size_t len, size_t index, size_t total) {
Serial.printf("0123\n"); // works when "0","01","012" hangs when == "0123"
}
...
15:16:14.765 -> IP: 192.168.1.177
15:16:15.750 -> MAC IS 00:80:e1:45:00:44
15:16:15.784 -> Connect to MQTT!
15:16:15.784 -> 01
15:26:28.442 -> IP: 192.168.1.177
15:26:29.461 -> MAC IS 00:80:e1:45:00:44
15:26:29.461 -> Connect to MQTT!
15:26:29.461 -> 012
15:27:06.942 -> IP: