Completely useless "about" screen

Paved road for talking Xylos RX and logger
Added test button for Xylos TX
Fixed jammer crashing after loading second time
This commit is contained in:
furrtek
2016-01-30 00:28:05 +01:00
parent 1e71a10346
commit 107c212d88
64 changed files with 3599 additions and 56 deletions
@@ -120,3 +120,7 @@ void BasebandProcessor::post_audio_stats_message(const AudioStatistics statistic
audio_stats_message.statistics = statistics;
shared_memory.application_queue.push(audio_stats_message);
}
void BasebandProcessor::fill_buffer(int8_t * inptr) {
(void)inptr;
}