Portenta renamed 4343W to 4343W_FS

pull/14663/head
pennam 2021-05-06 14:04:07 +02:00
parent d31e002bae
commit 2852fe41ae
3 changed files with 2 additions and 2 deletions

View File

@ -25489,5 +25489,5 @@ const unsigned char wifi_firmware_image_data[421098] = {
49, 45, 53, 97, 102, 99, 56, 99, 49, 101, 0, 254, 0, 68, 86, 73, 68,
32, 48, 49, 45, 101, 100, 48, 100, 55, 97, 53, 54
};
resource_hnd_t wifi_firmware_image = { RESOURCE_IN_FILESYSTEM, 421098, {.fs = { 0, "/wlan/4343WA1.BIN" }}};
resource_hnd_t wifi_firmware_image = { RESOURCE_IN_EXTERNAL_STORAGE, 421098, {.fs = { 0, "/wlan/4343WA1.BIN" }}};

View File

@ -19,7 +19,7 @@
#define INCLUDED_RESOURCES_H_
#include "wiced_resource.h"
extern resource_hnd_t wifi_firmware_image;
extern const resource_hnd_t wifi_firmware_image;
extern const unsigned char wifi_firmware_image_data[421098];
extern const resource_hnd_t wifi_firmware_clm_blob;
extern const unsigned char wifi_firmware_clm_blob_image_data[7222];