Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
8 years, 1 month ago.
Milkcoca with gr peach
GR PEACH FULL のlanコネクターを使った優先接続で、milkcocoa をつかいたいのですが、どうしたらよろしいでしょうか? Milkcoca sample のether版を試してみたのですが動作せず、悩んでいます 宜しくお願いします
1 Answer
8 years ago.
お試しになったのは以下のサンプルでしょうか?
https://developer.mbed.org/users/jksoft/code/MilkcocoaSample_Eth/
もしそうであれば、Milkcocoa.libの先頭を以下のように変更すれば使用できると思います。
MClient.h
#ifndef _MCLIENT_H_ #define _MCLIENT_H_ #if defined(TARGET_UBLOX_C027) #define USE_MDM #elif defined(TARGET_LPC1768) || defined(TARGET_K64F) || defined(TARGET_W7500x) || defined(TARGET_RZ_A1H) #define USE_ETHERNET #else #define USE_ESP8266 #endif