|
|
@@ -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
|