Implement BLE OTA
This commit is contained in:
+4
-2
@@ -25,8 +25,10 @@ upload_speed = 115200
|
||||
; Uncomment and set the correct port if auto-detect fails:
|
||||
; upload_port = COM3
|
||||
|
||||
; Build scripts
|
||||
extra_scripts = pre:scripts/git_hash.py
|
||||
; Build scripts
|
||||
; git_hash.py - injects short git hash into firmware + web/version.js
|
||||
; generate_dfu.py - generates firmware_dfu.zip for OTA upload (requires adafruit-nrfutil)
|
||||
extra_scripts = pre:scripts/git_hash.py, post:scripts/generate_dfu.py
|
||||
|
||||
; Build flags
|
||||
build_flags =
|
||||
|
||||
Reference in New Issue
Block a user