Преглед на файлове

Add 'CARDPUTER CircuitPython/projects/CardPal/readme.md'

cube преди 1 месец
родител
ревизия
3f6ff246fb
променени са 1 файла, в които са добавени 13 реда и са изтрити 0 реда
  1. 13
    0
      CARDPUTER CircuitPython/projects/CardPal/readme.md

+ 13
- 0
CARDPUTER CircuitPython/projects/CardPal/readme.md Целия файл

@@ -0,0 +1,13 @@
1
+# dependencies
2
+- needs the keyb.py in lib
3
+- needs settings.toml in root, containing ssids and passwords according to the wifi_options list + containing tumblr access codes for future
4
+
5
+# features
6
+- uses wifi switcher on boot
7
+- basic home menu for sd, tumblr (empty), web server (empty)
8
+- view file list on sd card, can open text files (probably crashes on anything else)
9
+- displays own ip address in header
10
+
11
+# issues
12
+- the page displays are recursively called and using "return" does not appear to free up space so after a few backwards and forwards through menus eventually it will crash with pystack exhaustion or memory issue
13
+- i got bored im moving onto something else