Skip to content

Commit d6e58d3

Browse files
committed
fix: remove old/unused code
1 parent 14c84ee commit d6e58d3

File tree

5 files changed

+0
-591
lines changed

5 files changed

+0
-591
lines changed

src/first_boot.ini

Lines changed: 0 additions & 56 deletions
This file was deleted.

src/main.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,6 @@
1717
1818
and play with i/o as desired.
1919
20-
This code accesses the PowerOnSelfTest functions to:
21-
22-
* check if the project clock button was held during powerup;
23-
* if so, run a basic test of the bidir pins (and implicitly of
24-
the mux, output reads etc); and
25-
* and check if this was a first boot, to run special codes in
26-
such cases
27-
28-
2920
@author: Pat Deegan
3021
@copyright: Copyright (C) 2024 Pat Deegan, https://psychogenic.com
3122
'''
@@ -48,7 +39,6 @@
4839
import micropython
4940
from ttboard.boot.demoboard_detect import DemoboardDetect
5041
from ttboard.demoboard import DemoBoard
51-
# from ttboard.boot.post import PowerOnSelfTest
5242
import ttboard.util.colors as colors
5343

5444
# logging.dumpTicksMsDelta('import')

src/ttboard/boot/first.py

Lines changed: 0 additions & 252 deletions
This file was deleted.

0 commit comments

Comments
 (0)