File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ target_link_libraries(picow_ota_update_background
17
17
boot_uf2_headers
18
18
)
19
19
20
- pico_use_partition_firmware (picow_ota_update_background)
20
+ pico_use_wifi_firmware_partition (picow_ota_update_background)
21
21
22
22
pico_hash_binary(picow_ota_update_background)
23
23
pico_sign_binary(picow_ota_update_background)
@@ -45,7 +45,7 @@ target_link_libraries(picow_ota_update_poll
45
45
boot_uf2_headers
46
46
)
47
47
48
- pico_use_partition_firmware (picow_ota_update_poll)
48
+ pico_use_wifi_firmware_partition (picow_ota_update_poll)
49
49
50
50
pico_hash_binary(picow_ota_update_poll)
51
51
pico_sign_binary(picow_ota_update_poll)
Original file line number Diff line number Diff line change 34
34
},
35
35
{
36
36
"name" : " Firmware A" ,
37
- "id" : " 0x123456789abcdef0 " ,
37
+ "id" : " 0x776966696669726d " ,
38
38
"start" : " 3500k" ,
39
39
"size" : " 240K" ,
40
- "families" : [" 0x12345678 " ],
40
+ "families" : [" data " ],
41
41
"permissions" : {
42
42
"secure" : " rw" ,
43
43
"nonsecure" : " rw" ,
50
50
"name" : " Firmware B" ,
51
51
"id" : 12345 ,
52
52
"size" : " 240K" ,
53
- "families" : [" 0x12345678 " ],
53
+ "families" : [" data " ],
54
54
"permissions" : {
55
55
"secure" : " rw" ,
56
56
"nonsecure" : " rw" ,
You can’t perform that action at this time.
0 commit comments