MicrochipTech / PIC32MZW1_Workshop

"IoT Made Easy!" - Guided System Development to learn PIC32MZ W1 Family Device
Other
9 stars 4 forks source link

SYS_WIFI_CTRLMSG enum member SYS_WIFI_GETCONFIG name changed #7

Closed SamSiegelFutureElectronics closed 3 years ago

SamSiegelFutureElectronics commented 3 years ago

The example code and documentation for the "Build a platform from scratch" example refers to a member of the enum "SYS_WIFI_CTRLMSG" named "SYS_WIFI_GETCONFIG". The name of this constant appears to have been redefined at some point, as the define for SYS_WIFI_CTRLMSG does not contain that name. The closest I could find (and am assuming the member the code refers to) is "SYS_WIFI_GETWIFICONFIG".

gd91 commented 3 years ago

fixed and updated.