| |
---|
| | static const char buff[64]; |
---|
| | |
---|
| | Serial.print('['); |
---|
| | Serial.print(millis() / 1000); |
---|
| | Serial.print(F("]: rec message.type: ")); |
---|
| | Serial.print(F("]: message.type: ")); |
---|
| | Serial.print(message.type); |
---|
| | Serial.print(F(" - sensor: ")); |
---|
| | Serial.print(message.sensor); |
---|
| | Serial.print(F(" - sender: ")); |
---|
| |
---|
| | |