IMSIPseudo.java: change menu entry title

To make this work, flash with increased --max-menu-entry-text option for
shadysim.py. I'll add a "make flash" target for convenience.
This commit is contained in:
Oliver Smith 2020-02-21 08:55:57 +01:00
parent 4e5e516a0e
commit 8f58642c4d
1 changed files with 2 additions and 1 deletions

View File

@ -19,7 +19,8 @@ public class IMSIPseudo extends Applet implements ToolkitInterface, ToolkitConst
static byte[] welcomeMsg = new byte[] { 'W', 'e', 'l', 'c', 'o', 'm', 'e', ' ',
't', 'o', ' ', 'T', 'o', 'o', 'r', 'C',
'a', 'm', 'p', ' ', '2', '0', '1', '2' };
static byte[] menuItemText = new byte[] { 'H', 'e', 'l', 'l', 'o', ',', ' ', 'S', 'T', 'K'};
static byte[] menuItemText = new byte[] { 'I', 'M', 'S', 'I', ' ', 'P', 's', 'e', 'u', 'd', 'o', 'n', 'y', 'm',
'i', 'z', 'a', 't', 'i', 'o', 'n'};
private IMSIPseudo() {
// This is the interface to the STK applet registry (which is separate