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

Commit 333330f

Browse files
committed
eeprom 코드
1 parent 8f9c91f commit 333330f

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
@@ -10,7 +10,7 @@ def bios():
1010
eeprom = eeproms[0]
1111
if True:
1212
invoke(eeprom, 'setLabel', "EEPROM (micropython)")
13-
invoke(eeprom, 'set', b"""python = []
13+
invoke(eeprom, 'set', b"""
1414
from machine import invoke, components, crash
1515
from uio import FileIO
1616

0 commit comments

Comments
 (0)