1
0
Fork 0
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:
bsongis 2015-02-15 13:39:35 +01:00
parent 3c4a23a3c6
commit 23c4712bbf
5 changed files with 27 additions and 10 deletions

View file

@ -546,7 +546,7 @@ void evalFunctions()
#if defined(PCBTARANIS)
case FUNC_SCREENSHOT:
if (!(functionsContext.activeSwitches & switch_mask)) {
writeScreenshot("screenshot.bmp");
writeScreenshot();
}
break;
#endif