16 lines
259 B
Plaintext
16 lines
259 B
Plaintext
meta {
|
|
name: PUT firmware
|
|
type: http
|
|
seq: 3
|
|
}
|
|
|
|
put {
|
|
url: http://localhost:8282/firmware/waterlevel/INA233/1.0.0
|
|
body: multipartForm
|
|
auth: none
|
|
}
|
|
|
|
body:multipart-form {
|
|
: @file(/home/tobi/git/waterlevel-software/.pio/build/ESP32/firmware.bin)
|
|
}
|