You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
manifest.py: include boot.py and main.py in build
This commit is contained in:
@@ -37,7 +37,7 @@ def map_nonlinear(value: float) -> int:
|
||||
import time
|
||||
while appscreen == lv.screen_active():
|
||||
#print(f"""{sensor.temperature=} {sensor.acceleration=} {sensor.gyro=}""")
|
||||
templabel.set_text(f"Temperature: {sensor.temperature:.2f}°C")
|
||||
templabel.set_text(f"IMU chip temperature: {sensor.temperature:.2f}°C")
|
||||
ax = sensor.acceleration[0]
|
||||
axp = int((ax * 100 + 100)/2)
|
||||
ay = sensor.acceleration[1]
|
||||
|
||||
@@ -1 +1,3 @@
|
||||
freeze('', 'include_in_build.py')
|
||||
freeze('', 'internal_filesystem/boot.py', 'boot.py')
|
||||
freeze('', 'internal_filesystem/main.py', 'main.py')
|
||||
|
||||
Reference in New Issue
Block a user