Dynamic baseband module loading from SD card

This commit is contained in:
furrtek 2015-11-20 07:59:09 +01:00
parent 835d581e6c
commit 5f60b004f7
82 changed files with 8041 additions and 580 deletions

View file

@ -155,7 +155,12 @@ public:
private:
Text text_title {
{ 32, 16, 128, 16 },
"SD card debug",
"SD card debug"
};
Text text_modules {
{ 8, 32, 28 * 8, 16 },
"TESTTESTTESTTESTTESTTESTTEST"
};
Button button_makefile {