Merge stashed changes; use upstream flash.py
This commit is contained in:
@@ -121,6 +121,8 @@ def device_provision(env):
|
||||
env.Execute("rnodeconf --product b1 --model b9 --hwrev 1 --rom " + env.subst("$UPLOAD_PORT"))
|
||||
elif variant in ("heltec32v4", "heltec32v4_local", "heltec32v4_boundary", "heltec32v4_boundary_local"):
|
||||
env.Execute("rnodeconf --product b1 --model b9 --hwrev 1 --rom " + env.subst("$UPLOAD_PORT"))
|
||||
elif variant in ("meshadventurer_s3_boundary"):
|
||||
env.Execute("rnodeconf --product f0 --model fe --hwrev 1 --rom " + env.subst("$UPLOAD_PORT"))
|
||||
elif variant in ("rak4631", "rak4631_local"):
|
||||
env.Execute("rnodeconf --product 10 --model 12 --hwrev 1 --rom " + env.subst("$UPLOAD_PORT"))
|
||||
elif variant in ("heltec_t114", "heltec_t114_local"):
|
||||
|
||||
Reference in New Issue
Block a user