TI's CC3100 websocket camera demo with Arducam mini ov5642 and freertos. Should work with other M3's. Work in progress test demo.
utils/app_config.h
- Committer:
- dflet
- Date:
- 2015-09-11
- Revision:
- 1:e448e81c416f
- Parent:
- 0:400d8e75a8d0
File content as of revision 1:e448e81c416f:
#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