ARMmbed / wifi-x-nucleo-idw01m1

X-NUCLEO-IDW0xx1 Wi-Fi Driver
3 stars 8 forks source link

Modified constructor to use mbed_lib.json for default values #15

Closed AnttiKauppila closed 6 years ago

betzw commented 6 years ago

@AnttiKauppila, did you check the impact of this modifications with respect to applications which might use the driver (above all the ones which use it indirectly, e.g. thru easy-connect)?

AnttiKauppila commented 6 years ago

Hi @betzw I am currently working to refactor Easy-Connect and that is why I have done this PR. I have been updating other drivers as well and when all is done I will update Easy-Connect as well. Your example apps will work as earlier because they are still calling the constructor by giving values (defaults are not used then)

Easy-Connect and Cloud client will be tested and verified with this new setup. We have some other CI tests as well and those will be updated as/when needed.