changeset 108 | 7dd1d881c142 |
parent 106 | 32270ff62819 |
child 109 | ff1ed5f07d7e |
1.1 --- a/Server/MainForm.cs Thu Feb 05 17:16:44 2015 +0100 1.2 +++ b/Server/MainForm.cs Thu Feb 05 22:28:27 2015 +0100 1.3 @@ -166,6 +166,12 @@ 1.4 UpdateStatus(); 1.5 //Initiate asynchronous request 1.6 iDisplay.RequestFirmwareRevision(); 1.7 + 1.8 +#if DEBUG 1.9 + //Testing icon in debug, no arm done if icon not supported 1.10 + iDisplay.SetIconRecording(0, 1); 1.11 +#endif 1.12 + 1.13 } 1.14 1.15 /// <summary>