Skip to content

Commit f1d78ab

Browse files
committed
update example secret.init files
1 parent 42b8047 commit f1d78ab

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

secrets-ota.ini.example

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,7 @@ uploadPort = {ip-address-of-spider-plant}
99
# Bonsai tree
1010
# uploadPort = {ip-address-of-bonsai}
1111
uploadAuth = --auth='${secrets.otaPassword}'
12+
uploadHostPort = --host_port=56789
13+
14+
[hardware_options]
15+
boardV13 = 1

secrets-usb.ini.example

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,6 @@
22
uploadProtocol = esptool
33
uploadPort = /dev/ttyUSB0
44
uploadAuth =
5+
6+
[hardware_options]
7+
boardV13 = 1

0 commit comments

Comments
 (0)