Change default page timing from 8 to 20 seconds

This commit is contained in:
G.K.MacGregor
2023-08-15 18:36:33 +01:00
parent f36143e10f
commit c9a0d0bf84

View File

@@ -64,7 +64,7 @@ void LevelOnePage::clearPage()
m_fastTextLink[i] = { 0x0ff, 0x3f7f }; m_fastTextLink[i] = { 0x0ff, 0x3f7f };
/* m_subPageNumber = 0x0000; */ /* m_subPageNumber = 0x0000; */
m_cycleValue = 8; m_cycleValue = 20;
m_cycleType = CTseconds; m_cycleType = CTseconds;
m_defaultCharSet = 0; m_defaultCharSet = 0;
m_defaultNOS = 0; m_defaultNOS = 0;