Skip to content

Commit 99e263a

Browse files
authored
Merge pull request #158 from lucidcode/feature/update-boot-script
Update boot script
2 parents 84454e5 + d3ea552 commit 99e263a

2 files changed

Lines changed: 11 additions & 24 deletions

File tree

firmware/scripts/libraries/_boot.py

Lines changed: 11 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -24,35 +24,22 @@
2424
import sys
2525
import vfs
2626

27-
main_py = """import time
28-
from machine import LED
29-
30-
led = LED("LED_BLUE")
31-
32-
while True:
33-
led.on()
34-
time.sleep_ms(150)
35-
led.off()
36-
time.sleep_ms(100)
37-
led.on()
38-
time.sleep_ms(150)
39-
led.off()
40-
time.sleep_ms(600)
41-
"""
27+
main_py = """from inspec import inspec_sensor
4228
43-
readme_txt = """Thank you for supporting the OpenMV project!
29+
inspec = inspec_sensor()
30+
inspec.monitor()
31+
"""
4432

45-
To download the IDE, please visit:
46-
https://openmv.io/pages/download
33+
readme_txt = """Thank you for supporting the INSPEC project!Add commentMore actions
4734
48-
For tutorials and documentation, please visit:
49-
http://docs.openmv.io/
35+
For setup instructions, please visit:
36+
https://github.com/lucidcode/Halovision-INSPEC/wiki/Setup%E2%80%90en
5037
51-
For technical support and projects, please visit the forums:
52-
http://forums.openmv.io/
38+
For documentation, please visit:
39+
https://github.com/lucidcode/Halovision-INSPEC/wiki/Settings%E2%80%90en
5340
54-
Please use github to report bugs and issues:
55-
https://github.com/openmv/openmv
41+
Please use GitHub to report bugs and issues:
42+
https://github.com/lucidcode/Halovision-INSPEC
5643
"""
5744

5845
bdev = None

release/firmware.bin

-56 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)