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

Commit a62d334

Browse files
committed
OpenPython 아키텍쳐가 아니면 에러가 나도록 EEPROM, opos를 고침
https://oc.cil.li/index.php?/topic/921-architecture-tagging-for-eeproms-feedback-requested/
1 parent bf56a4e commit a62d334

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
error("This operating system cannot be run in Lua Architecture CPU.\n" ..
2-
"Please use micropython Architecture CPU.")
1+
error("This Operating System requires a CPU running the OpenPython architecture.")

src/main/resources/assets/openpython/opos/init.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
"""OpenPython Operating System"""
2+
13
import sys
24

35
import machine

0 commit comments

Comments
 (0)