Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: BSP_B-L475E-IOT01 mbed es_wifi jsmn
Revision 10:28cf58359411, committed 2018-02-16
- 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