Revision 1160
Do all tests if button 1 is pressed after startup.
main.c | ||
---|---|---|
98 | 98 |
wl_init(); |
99 | 99 |
orb2_set (255, 0, 0); usb_puts("Done" NL); |
100 | 100 |
|
101 |
if (button1_read ()) |
|
102 |
test_all (); |
|
103 |
|
|
101 | 104 |
if (button2_read ()) |
102 | 105 |
server_main (); |
103 | 106 |
else |
Also available in: Unified diff