summary refs log tree commit diff
path: root/VFD clock/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'VFD clock/index.md')
-rw-r--r--VFD clock/index.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/VFD clock/index.md b/VFD clock/index.md
index 56e6546..09626b3 100644
--- a/VFD clock/index.md
+++ b/VFD clock/index.md
@@ -7,6 +7,7 @@ created: 2025-08-21
 
 - [WD202 User manual](https://www.touchdynamic.com/wp-content/uploads/2021/06/wd202.pdf)
 - [WD202A User manual (contains RJ45 pinout)](https://manualzz.com/doc/html/11817581/digipos-wd-202a-customer-display-user-s-manual)
+- [Link to code git repo](https://git.node5.net/firmware/vfd/)
 
 ![VFD from the front, one line showing a UNIX timestamp and another line showing a human readable datetime](main.webp)
 
@@ -31,8 +32,6 @@ Which convents the ESPs from 3.3v logic -> -15 to 15 volt.
 
 [Link to circuit diagram - cirkitdesigner.com](https://app.cirkitdesigner.com/project/05cf3635-211d-451e-8c80-614e9fb4ede3)
 
-[Link to code git repo](https://git.node5.net/firmware/vfd/)
-
 ```cpp
 #include <FastLED.h>
 #include <ESP8266WiFi.h>