mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-07 14:12:31 -04:00
This reverts commit bc1ad5598c
.
This commit is contained in:
parent
bc1ad5598c
commit
1edd3716a1
10 changed files with 12 additions and 35 deletions
|
@ -133,13 +133,12 @@ SondeView::SondeView(NavigationView& nav) {
|
|||
999); //set a dummy heading out of range to draw a cross...probably not ideal?
|
||||
};
|
||||
|
||||
std::string folder = "LOGS";
|
||||
make_new_directory(folder);
|
||||
logger = std::make_unique<SondeLogger>();
|
||||
if (logger)
|
||||
logger->append(u"LOGS/SONDE.TXT");
|
||||
logger->append(u"sonde.txt");
|
||||
|
||||
// initialize audio:
|
||||
|
||||
field_volume.set_value((receiver_model.headphone_volume() - audio::headphone::volume_range().max).decibel() + 99);
|
||||
|
||||
field_volume.on_change = [this](int32_t v) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue