TI's CC3100 websocket camera demo with Arducam mini ov5642 and freertos. Should work with other M3's. Work in progress test demo.

Dependencies:   mbed

utils/app_config.h

Committer:
dflet
Date:
2015-09-06
Revision:
0:400d8e75a8d0

File content as of revision 0:400d8e75a8d0:


#ifndef app_config_H
#define app_config_H


#define SPAWN_TASK_PRIORITY            7//9
#define HTTP_SERVER_APP_TASK_PRIORITY  4//1
#define CAMERA_SERVICE_PRIORITY        4
#define OSI_STACK_SIZE                 2 * 1024

#define ENABLE_JPEG

#endif