summaryrefslogtreecommitdiff
path: root/docs/wasp.rst
diff options
context:
space:
mode:
authorDaniel Thompson <daniel@redfelineninja.org.uk>2020-05-14 21:41:05 (GMT)
committerDaniel Thompson <daniel@redfelineninja.org.uk>2020-05-14 21:41:05 (GMT)
commitd11e6eb4a1f47021bb527bf2ff28ebaf5ff7e6f6 (patch)
tree33ed968c9179aac39d1304a335156f5d165926e9 /docs/wasp.rst
parentb8efcd30537f04269738e6969376129f4ed88315 (diff)
Make wasp-os namig consistant
Rename WASP to wasp-os (or Wasp-os)
Diffstat (limited to 'docs/wasp.rst')
-rw-r--r--docs/wasp.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/wasp.rst b/docs/wasp.rst
index 36be6d6..1017ca7 100644
--- a/docs/wasp.rst
+++ b/docs/wasp.rst
@@ -1,7 +1,7 @@
-.. _WASP Reference Manual:
+.. _Wasp-os Reference Manual:
-WASP Reference Manual
-=====================
+Wasp-os Reference Manual
+========================
.. contents::
:local:
@@ -142,7 +142,7 @@ have any hardware mechanism to allow the user to force a failed device into
bootloader mode. This makes them difficult to develop on because opening the
case to access a SWD or reset pins may compromise their waterproofing.
-WASP uses a watchdog timer (WDT) combined with a single hardware button in
+wasp-os uses a watchdog timer (WDT) combined with a single hardware button in
order to provide a robust mechanism to allow the user to force entry into a
over-the-air firmware recovery mode that allows the buggy application to be
replaced.