Skip to content
This repository was archived by the owner on Apr 25, 2021. It is now read-only.

Commit 5b595bd

Browse files
committed
부팅속도 개선
1 parent d66876a commit 5b595bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/modules/bios.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def bios():
99
crash("no bios found; install a configured EEPROM with Python")
1010

1111
eeprom = eeproms[0]
12-
if True:
12+
if False:
1313
invoke(eeprom, 'setLabel', "EEPROM (micropython)")
1414
invoke(eeprom, 'set', b"""#!micropython
1515
from ucomputer import crash, get_computer_address

0 commit comments

Comments
 (0)