Update documentation

This commit is contained in:
dak664 2010-12-19 17:13:29 +00:00
parent 6d1c060564
commit b87694e272
2 changed files with 37 additions and 25 deletions

View file

@ -226,6 +226,7 @@ menu_run_doze(uint8_t *val)
/* Tell 1284p to sleep for 4 seconds */
/* It will ignore the request if TCP/IP sessions are active */
/* Alter these timings as desired, or comment out to sleep only the 3290p */
sleep_count=4;
uart_serial_send_frame(SEND_SLEEP, 1, (uint8_t *)&sleep_count);