Remove boot.py, shouldn't need to change that anyways

master
Elis Axelsson 2017-08-24 08:09:38 +02:00
parent 278c97637f
commit b1101d0405
2 changed files with 0 additions and 8 deletions

View File

@ -1,5 +1,4 @@
copy:
ampy --port /dev/ttyUSB0 put code/boot.py
ampy --port /dev/ttyUSB0 put code/main.py
ampy --port /dev/ttyUSB0 put code/pinouts.py
ampy --port /dev/ttyUSB0 put code/hcsr04.py

View File

@ -1,7 +0,0 @@
# This file is executed on every boot (including wake-boot from deepsleep)
#import esp
#esp.osdebug(None)
import gc
#import webrepl
#webrepl.start()
gc.collect()