4 lines
88 B
Python
4 lines
88 B
Python
|
|
# boot.py - Runs automatically every time Pico starts
|
||
|
|
import ota
|
||
|
|
|
||
|
|
ota.check_and_update()
|