mirror of
https://github.com/opentx/opentx.git
synced 2025-07-19 14:25:11 +03:00
Date+Time append to screenshots filenames
This commit is contained in:
parent
3c4a23a3c6
commit
23c4712bbf
5 changed files with 27 additions and 10 deletions
|
@ -546,7 +546,7 @@ void evalFunctions()
|
|||
#if defined(PCBTARANIS)
|
||||
case FUNC_SCREENSHOT:
|
||||
if (!(functionsContext.activeSwitches & switch_mask)) {
|
||||
writeScreenshot("screenshot.bmp");
|
||||
writeScreenshot();
|
||||
}
|
||||
break;
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue