separate out local include file; this will now be "git ignored"
so I can set it to my local SSID etc
This commit is contained in:
parent
428ebd1c29
commit
1f640f0874
1 changed files with 4 additions and 6 deletions
10
main/espd.h
10
main/espd.h
|
|
@ -5,12 +5,10 @@
|
||||||
/* task priorities */
|
/* task priorities */
|
||||||
#define PRIORITY_WIFI 2
|
#define PRIORITY_WIFI 2
|
||||||
|
|
||||||
#if !defined(CONFIG_LOCALE_NUMBER) || (CONFIG_LOCALE_NUMBER==0)
|
#if defined(CONFIG_LOCALE_FILE)
|
||||||
#define CONFIG_ESP_WIFI_SSID "network"
|
#include CONFIG_LOCALE_FILE
|
||||||
#define CONFIG_ESP_WIFI_PASSWORD "password"
|
#else
|
||||||
#define CONFIG_ESP_WIFI_SENDADDR "192.168.1.153"
|
#include "locale.h"
|
||||||
#define CONFIG_ESP_WIFI_SENDPORT 4498
|
|
||||||
#define CONFIG_ESP_WIFI_LISTENPORT 4499
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue