summaryrefslogtreecommitdiffstats
path: root/polycom_xmit/project.h
diff options
context:
space:
mode:
authorroot <root@lamia.panaceas.james.local>2015-07-21 08:33:53 +0100
committerroot <root@lamia.panaceas.james.local>2015-07-21 08:33:53 +0100
commit0a8e1c08e10d53f58d9e67d5bca09b8ae6a16c39 (patch)
tree1a78099f912d094c7793e15ff9de75d1fc9d1253 /polycom_xmit/project.h
downloadpolycom-0a8e1c08e10d53f58d9e67d5bca09b8ae6a16c39.tar.gz
polycom-0a8e1c08e10d53f58d9e67d5bca09b8ae6a16c39.tar.bz2
polycom-0a8e1c08e10d53f58d9e67d5bca09b8ae6a16c39.zip
fish
Diffstat (limited to 'polycom_xmit/project.h')
-rw-r--r--polycom_xmit/project.h41
1 files changed, 41 insertions, 0 deletions
diff --git a/polycom_xmit/project.h b/polycom_xmit/project.h
new file mode 100644
index 0000000..f010b12
--- /dev/null
+++ b/polycom_xmit/project.h
@@ -0,0 +1,41 @@
+#ifndef __PROJECT_H__
+#define __PROJECT_H__
+
+#define USE_OPTIMIZE_PRINTF
+#define USE_US_TIMER
+
+#if 1
+#define ESP_DBG os_printf
+#else
+#define ESP_DBG
+#endif
+
+
+#include <ets_sys.h>
+#include <os_type.h>
+#include <mem.h>
+#include <osapi.h>
+#include <user_interface.h>
+#include <espconn.h>
+#include <upgrade.h>
+#include "uart_register.h"
+
+
+#define ESP_DOMAIN "iot.panaceas.org"
+
+#define SOFTAP_PSK "fishsoup"
+
+#define BEACON_TIMEOUT 150000000
+#define BEACON_TIME 50000
+
+#define AP_CACHE 1
+#define AP_CACHE_NUMBER 5
+
+#undef HTTPS
+
+
+#define FOO do { os_printf("%s:%d\n",__FILE__,__LINE__); } while (0)
+
+
+#endif
+