Added microphone TX (very basic for now)

This commit is contained in:
furrtek 2017-03-12 07:09:22 +00:00
parent 6ac911feb7
commit 44b2fc469c
11 changed files with 140 additions and 39 deletions

View file

@ -31,7 +31,7 @@
using namespace portapack;
namespace ui {
void HandWriteView::paint(Painter& painter) {
_painter = &painter;
}