Files
iot-cloud-api/dev/IoT-API/PUT firmware.bru
Tobias Maier acbb61131b
All checks were successful
Build Project / test (push) Successful in 5m30s
Changes
2025-01-19 17:08:49 +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.1
body: multipartForm
auth: none
}
body:multipart-form {
: @file(/home/tobi/git/waterlevel-software/.pio/build/ESP32/firmware.bin)
}