From 8ecf6754bd5efc5c0805b520395a8f6b1db4be1d Mon Sep 17 00:00:00 2001 From: Josefine Hansson <66409231+jhansson-ard@users.noreply.github.com> Date: Tue, 10 Oct 2023 09:24:01 +0200 Subject: [PATCH] Removed empty tag from the metadata Removed empty tag from the metadata --- .../tutorials/mkr-battery-app-note/mkr-battery-app-note.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/content/hardware/01.mkr/01.boards/mkr-wifi-1010/tutorials/mkr-battery-app-note/mkr-battery-app-note.md b/content/hardware/01.mkr/01.boards/mkr-wifi-1010/tutorials/mkr-battery-app-note/mkr-battery-app-note.md index d618659cbd..70b17a117b 100644 --- a/content/hardware/01.mkr/01.boards/mkr-wifi-1010/tutorials/mkr-battery-app-note/mkr-battery-app-note.md +++ b/content/hardware/01.mkr/01.boards/mkr-wifi-1010/tutorials/mkr-battery-app-note/mkr-battery-app-note.md @@ -2,11 +2,9 @@ title: 'MKR WiFi 1010 Battery Application Note' difficulty: intermediate description: 'Learn about different topics related to batteries, and how to choose the correct battery for you MKR application.' - tags: - Battery - MKR - - author: 'Ali Jahangiri' hardware: - hardware/01.mkr/01.boards/mkr-wifi-1010 @@ -340,4 +338,4 @@ In this Application Note, you have gained an understanding of how the batteries - Try disabling the charging circuit with `disableCharge()` in order to read the battery voltage, while it isn't charging - Try experimenting with different battery capacities, and see how long it can power your application. -- Send a just the `voltBat` over the serial and use the Serial Plotter to view the values as a graph. \ No newline at end of file +- Send a just the `voltBat` over the serial and use the Serial Plotter to view the values as a graph.