From 1c4df7a1c43daa407f8177d89965ac6a606bfbc8 Mon Sep 17 00:00:00 2001
From: Thomas Bouve <crahan@n00.be>
Date: Sun, 20 Sep 2020 00:27:26 +0200
Subject: [PATCH] Additional comments

---
 pwnagotchi/plugins/default/memtemp.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pwnagotchi/plugins/default/memtemp.py b/pwnagotchi/plugins/default/memtemp.py
index 5b8f3eb..d7be552 100644
--- a/pwnagotchi/plugins/default/memtemp.py
+++ b/pwnagotchi/plugins/default/memtemp.py
@@ -125,6 +125,7 @@ class MemTemp(plugins.Plugin):
                 v_pos = (175, 61)
 
         if self.options['orientation'] == "vertical":
+            # Dynamically create the required LabeledValue objects
             for idx, field in enumerate(self.fields):
                 v_pos_x = v_pos[0]
                 v_pos_y = v_pos[1] + ((len(self.fields) - 3) * -1 * line_spacing)