programma di collegamento a AP wifi. Risolto il bug della scheda su AP con WPA2
Fork of mbed-os-example-wifi by
Revision 59:c9fc405867b6, committed 2018-07-19
- Comitter:
- fabio_gatti
- Date:
- Thu Jul 19 23:44:01 2018 +0000
- Parent:
- 58:8d4bde75ebb9
- Child:
- 60:718332a272a7
- Commit message:
- Modificato il file ism43362 per correggere il bug riportato a questo link; https://github.com/ARMmbed/wifi-ism43362/issues/3
Changed in this revision
--- a/mbed_app.json Tue Feb 27 14:07:49 2018 +0100
+++ b/mbed_app.json Thu Jul 19 23:44:01 2018 +0000
@@ -6,11 +6,11 @@
},
"wifi-ssid": {
"help": "WiFi SSID",
- "value": "\"SSID\""
+ "value": "\"rucola\""
},
"wifi-password": {
"help": "WiFi Password",
- "value": "\"PASSWORD\""
+ "value": "\"Rosmarino_10\""
},
"wifi-tx": {
"help": "TX pin for serial connection to external device",
--- a/mbed_app_ism43362.json Tue Feb 27 14:07:49 2018 +0100
+++ b/mbed_app_ism43362.json Thu Jul 19 23:44:01 2018 +0000
@@ -6,11 +6,11 @@
},
"wifi-ssid": {
"help": "WiFi SSID",
- "value": "\"SSID\""
+ "value": "\"rucola\""
},
"wifi-password": {
"help": "WiFi Password",
- "value": "\"PASSWORD\""
+ "value": "\"Rosmarino_10\""
},
"wifi-tx": {
"help": "TX pin for serial connection to external device",
--- a/wifi-ism43362.lib Tue Feb 27 14:07:49 2018 +0100 +++ b/wifi-ism43362.lib Thu Jul 19 23:44:01 2018 +0000 @@ -1,2 +1,1 @@ -https://github.com/ARMmbed/wifi-ism43362/#e4ecc27e87d96072f7df62a25ef007986dc95c4e - +https://github.com/ARMmbed/wifi-ism43362/#a6e22ee7a226fbb4f5546b6fc39620d4ecb7ec7e
--- a/wifi-x-nucleo-idw01m1.lib Tue Feb 27 14:07:49 2018 +0100 +++ b/wifi-x-nucleo-idw01m1.lib Thu Jul 19 23:44:01 2018 +0000 @@ -1,1 +1,1 @@ -https://github.com/ARMmbed/wifi-x-nucleo-idw01m1/#5871f7011d7ff2c50e3faf992ebab88e9f69dc95 \ No newline at end of file +https://github.com/ARMmbed/wifi-x-nucleo-idw01m1/#5871f7011d7ff2c50e3faf992ebab88e9f69dc95
