mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-29 17:17:28 -04:00
This reverts commit bc1ad5598c
.
This commit is contained in:
parent
bc1ad5598c
commit
1edd3716a1
10 changed files with 12 additions and 35 deletions
|
@ -367,11 +367,7 @@ void SystemStatusView::on_bias_tee() {
|
|||
}*/
|
||||
|
||||
void SystemStatusView::on_camera() {
|
||||
|
||||
std::string folder = "SCREENSHOTS";
|
||||
make_new_directory(folder);
|
||||
|
||||
auto path = next_filename_stem_matching_pattern(u"SCREENSHOTS/SCR_????");
|
||||
auto path = next_filename_stem_matching_pattern(u"SCR_????");
|
||||
if( path.empty() ) {
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue