Adaptation of the esp8266-driver demo program to control a GOPRO HERO3+ camera. This demo can only take a photo

Fork of mbed-os-example-mbed5-wifi by mbed-os-examples

Committer:
mbed_official
Date:
Tue Sep 26 08:30:04 2017 +0100
Revision:
33:12f0df4d51d7
Parent:
32:bca3f5f442b3
Child:
35:052c1ba06ce7
User strlen() instead of sizeof for calculating string length

HTTP protocol considers character values 0-31 and 127 to be US-ASCII
control characters and are not allowed if request headers.

Fixes #31

.
Commit copied from https://github.com/ARMmbed/mbed-os-example-wifi

Who changed what in which revision?

UserRevisionLine numberNew contents of line
mbed_official 0:857719181846 1 {
mbed_official 0:857719181846 2 "config": {
mbed_official 32:bca3f5f442b3 3 "wifi-shield": {
mbed_official 32:bca3f5f442b3 4 "help": "Options are WIFI_ESP8266, WIFI_IDW01M1",
mbed_official 32:bca3f5f442b3 5 "value": "WIFI_IDW01M1"
mbed_official 32:bca3f5f442b3 6 },
mbed_official 0:857719181846 7 "wifi-ssid": {
mbed_official 0:857719181846 8 "help": "WiFi SSID",
mbed_official 0:857719181846 9 "value": "\"SSID\""
mbed_official 0:857719181846 10 },
mbed_official 0:857719181846 11 "wifi-password": {
mbed_official 0:857719181846 12 "help": "WiFi Password",
mbed_official 10:5b5beb106156 13 "value": "\"PASSWORD\""
mbed_official 10:5b5beb106156 14 },
mbed_official 10:5b5beb106156 15 "wifi-tx": {
mbed_official 10:5b5beb106156 16 "help": "TX pin for serial connection to external device",
mbed_official 10:5b5beb106156 17 "value": "D1"
mbed_official 10:5b5beb106156 18 },
mbed_official 10:5b5beb106156 19 "wifi-rx": {
mbed_official 10:5b5beb106156 20 "help": "RX pin for serial connection to external device",
mbed_official 10:5b5beb106156 21 "value": "D0"
mbed_official 0:857719181846 22 }
mbed_official 0:857719181846 23 },
mbed_official 0:857719181846 24 "target_overrides": {
mbed_official 0:857719181846 25 "UBLOX_EVK_ODIN_W2": {
mbed_official 0:857719181846 26 "target.device_has": ["EMAC"]
mbed_official 10:5b5beb106156 27 },
mbed_official 10:5b5beb106156 28 "NUCLEO_L476RG": {
mbed_official 10:5b5beb106156 29 "wifi-tx": "D8",
mbed_official 10:5b5beb106156 30 "wifi-rx": "D2"
mbed_official 32:bca3f5f442b3 31 },
mbed_official 32:bca3f5f442b3 32 "NUCLEO_F401RE": {
mbed_official 32:bca3f5f442b3 33 "wifi-tx": "D8",
mbed_official 32:bca3f5f442b3 34 "wifi-rx": "D2"
mbed_official 0:857719181846 35 }
mbed_official 0:857719181846 36 }
mbed_official 0:857719181846 37 }