Files
iot-cloud-api/dev/IoT-API/PUT firmware.bru
Tobias Maier e19a11d5f3
All checks were successful
Build Project / test (push) Successful in 5m30s
Fixed stuff
2025-01-15 23:10:54 +00:00

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)
}