Add small debug message

This commit is contained in:
Starbeamrainbowlabs 2019-07-01 12:33:57 +01:00
parent a24fd9894c
commit 97a89ebf02
1 changed files with 1 additions and 0 deletions

View File

@ -69,6 +69,7 @@ void setup() {
}
#ifdef ENABLE_RADIO
Serial.println(F("[main] Transmitting"));
transmit_init();
transmit_send(message, message_size);
#endif