From e01e54a6cdb0492292b0c2017ec2a169cbb2b0a8 Mon Sep 17 00:00:00 2001 From: Tyeth Gundry Date: Tue, 13 May 2025 22:04:33 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e950414..14e93cf 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -# Adafruit Wippersnapper Offline Configurator -This web page is for the creation / amending of `config.json` files to support the free and open-source Adafruit "Wippersnapper" Offline Data Logger firmware. +# Adafruit WipperSnapper Offline Configurator +This web page is for the creation / amending of `config.json` files to support the free and open-source Adafruit ["WipperSnapper"](https://github.com/adafruit/Adafruit_Wippersnapper_Arduino/tree/offline-mode) Offline Data Logger firmware. It allows users to select their microcontroller board, automatically (or manually) setup the Real Time Clock (RTC) and an SD card Chip Select pin (uses default SPI bus), or any companion boards with SD cards and/or RTCs, and then the attached components (sensors, analog pins, etc) for data logging. @@ -24,7 +24,7 @@ The remaining files are involved in updating automatically generated board and c #### Adding new components / boards / companion boards / RTCs -If you wish to add companion boards then those are manually defined (search featherwing), but boards and components should be added to Wippersnapper to be picked up automatically. +If you wish to add companion boards then those are manually defined (search featherwing), but boards and components should be added to WipperSnapper to be picked up automatically. If you wish to add new RTCs, they must first be added to the offline firmware, and then we/you can add the RTC to the web interface. The repositories are linked above. #### Running the board+component+firmware fetching/conversion process