From 6f6cce3e31316e201a72f9fb8530931475478b0e Mon Sep 17 00:00:00 2001 From: Paul Hayes Date: Sun, 11 Aug 2024 13:00:59 +0100 Subject: [PATCH] Update badge-hardware.md Fix to copy in the ota module section --- docs/tildagon-apps/reference/badge-hardware.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/tildagon-apps/reference/badge-hardware.md b/docs/tildagon-apps/reference/badge-hardware.md index 333bb16..9d55027 100644 --- a/docs/tildagon-apps/reference/badge-hardware.md +++ b/docs/tildagon-apps/reference/badge-hardware.md @@ -746,12 +746,10 @@ For more information, see [MicroPython I2C docs](https://docs.micropython.org/en ## Version -You can use the `ota` package to obtain the insntalled TildagonOS version: +You can use the `ota` package to obtain the installed TildagonOS version: ### Usage -To use the buttons: - 1. Import the `ota` package: ```python