summaryrefslogtreecommitdiffstats
path: root/firmware/releases
diff options
context:
space:
mode:
authorcpldcpu <cpldcpu@gmail.com>2013-11-25 01:00:14 +0100
committercpldcpu <cpldcpu@gmail.com>2013-11-25 01:00:14 +0100
commit5667aca71a6f98179b60871632bb05fe7e7e8cd5 (patch)
treea05695a73721daf2be053276fbe742029e9b2837 /firmware/releases
parentbfecaac7373396ee896cf09b7f96e5d0e9aa4723 (diff)
downloadmicronucleus-5667aca71a6f98179b60871632bb05fe7e7e8cd5.tar.gz
micronucleus-5667aca71a6f98179b60871632bb05fe7e7e8cd5.tar.bz2
micronucleus-5667aca71a6f98179b60871632bb05fe7e7e8cd5.zip
release notes
Diffstat (limited to 'firmware/releases')
-rw-r--r--firmware/releases/release notes.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/releases/release notes.txt b/firmware/releases/release notes.txt
index 8c5694f..8c6d382 100644
--- a/firmware/releases/release notes.txt
+++ b/firmware/releases/release notes.txt
@@ -10,7 +10,7 @@ Version jump to 1.10 due to major changes in firmware by @cpldcpu.
to enter the bootloader again by resetting the device using the watchdog timer or the reset input without
physically disconnecting from USB.
o Cleaned up bootloaderconfig.h
- o Introduced a second time-out (AUTO_EXIT_NO_USB_MS) if the no USB activity is detected. This can be used
+ o Introduced a second time-out (AUTO_EXIT_NO_USB_MS) if no USB reset from the host is detected. This can be used
to quit the bootloader early if the device is not connected to USB. The bootloader will enter the user
program after ~0.8s with the default settings instead of 6s when USB is connected.
o Introduced optional code to flash a LED. See LED_PRESENT in bootloaderconfig.h for details.