test

Dependencies:   FlashAir_iSDIO SDFileSystem

Files at this revision

API Documentation at this revision

Comitter:
mbed_crane_elec
Date:
Tue Jul 16 20:04:48 2019 +0000
Parent:
1:e7d6381479e1
Commit message:
1st

Changed in this revision

FlashAir_iSDIO.lib Show annotated file Show diff for this revision Revisions of this file
SDFileSystem.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/FlashAir_iSDIO.lib	Tue Jul 16 19:49:21 2019 +0000
+++ b/FlashAir_iSDIO.lib	Tue Jul 16 20:04:48 2019 +0000
@@ -1,1 +1,1 @@
-https://os.mbed.com/users/mbed_crane_elec/code/FlashAir_iSDIO_sample_OS5/#5f30a157de75
+https://os.mbed.com/teams/FlashAir-Developers/code/FlashAir_iSDIO/#b8b33621e7fe
--- a/SDFileSystem.lib	Tue Jul 16 19:49:21 2019 +0000
+++ b/SDFileSystem.lib	Tue Jul 16 20:04:48 2019 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/teams/mbed/code/SDFileSystem/#8db0d3b02cec
+https://os.mbed.com/users/mbed_crane_elec/code/SDFileSystem/#97d2cf36b1c2
--- a/main.cpp	Tue Jul 16 19:49:21 2019 +0000
+++ b/main.cpp	Tue Jul 16 20:04:48 2019 +0000
@@ -88,7 +88,7 @@
     // 2. issue establish command
     // 3. wait resoonse        
     sequenceId = sd.getNextSequenceId();
-    sd.wlan_establish(sequenceId, "isdiotest", "12345678", FlashAir_iSDIO::ENCMODE_WPA2PSK_AES);
+    sd.wlan_establish(sequenceId, (uint8_t*)"isdiotest", (uint8_t*)"12345678", FlashAir_iSDIO::ENCMODE_WPA2PSK_AES);
     wait(5.0);
     ledG = 0;