D D / Mbed 2 deprecated DISCO_L475VG_IOT01-Telegram-BOT

Dependencies:   BSP_B-L475E-IOT01 mbed es_wifi jsmn

Files at this revision

API Documentation at this revision

Comitter:
dvddnr
Date:
Fri Feb 16 09:17:47 2018 +0000
Parent:
9:d24842a5a468
Commit message:
WITH_ARDUCAM_2640 default value to 0

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Thu Feb 15 14:57:52 2018 +0000
+++ b/main.cpp	Fri Feb 16 09:17:47 2018 +0000
@@ -13,7 +13,7 @@
 #define WIFI_SSID ""
 #define WIFI_PASSWORD ""
 #define TELEGRAM_BOT_APIKEY ""
-#define WITH_ARDUCAM_2640 1
+#define WITH_ARDUCAM_2640 0
 
 #define CONNECTION_TRIAL_MAX 10