Files
iot-cloud-api/dev/IoT-API/PUT firmware.bru
Tobias Maier e5339f7c6c
All checks were successful
Build Project / test (push) Successful in 5m58s
Updates
2025-01-19 15:43:04 +01:00

16 lines
259 B
Plaintext

meta {
name: PUT firmware
type: http
seq: 3
}
put {
url: http://localhost:8282/firmware/waterlevel/INA226/1.0.3
body: multipartForm
auth: none
}
body:multipart-form {
: @file(/home/tobi/git/waterlevel-software/.pio/build/ESP32/firmware.bin)
}