Added LGE app, nothing to see here

Update button in signal gen now works for shape change
This commit is contained in:
furrtek 2019-02-06 17:34:53 +00:00
parent e7c0fa394b
commit 162cb4c9fa
16 changed files with 376 additions and 1709 deletions

View file

@ -63,7 +63,7 @@ struct SharedMemory {
ToneData tones_data;
JammerChannel jammer_channels[24];
uint8_t data[512];
} bb_data { { { { 0, 0 } }, 0, { 0 } } }; // { } ?
} bb_data { { { { 0, 0 } }, 0, { 0 } } };
};
extern SharedMemory& shared_memory;