Add small debug message
This commit is contained in:
parent
a24fd9894c
commit
97a89ebf02
1 changed files with 1 additions and 0 deletions
|
@ -69,6 +69,7 @@ void setup() {
|
|||
}
|
||||
|
||||
#ifdef ENABLE_RADIO
|
||||
Serial.println(F("[main] Transmitting"));
|
||||
transmit_init();
|
||||
transmit_send(message, message_size);
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue