mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-07 22:22:21 -04:00
This reverts commit bc1ad5598c
.
This commit is contained in:
parent
bc1ad5598c
commit
1edd3716a1
10 changed files with 12 additions and 35 deletions
|
@ -141,11 +141,9 @@ APRSRxView::APRSRxView(NavigationView& nav, Rect parent_rect) : View(parent_rect
|
|||
|
||||
options_region.set_selected_index(0, true);
|
||||
|
||||
std::string folder = "LOGS";
|
||||
make_new_directory(folder);
|
||||
logger = std::make_unique<APRSLogger>();
|
||||
if (logger)
|
||||
logger->append("LOGS/APRS.TXT");
|
||||
logger->append("APRS_RX_LOG.TXT");
|
||||
|
||||
baseband::set_aprs(1200);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue