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:
msp 2022-10-23 12:26:55 -04:00
parent 428ebd1c29
commit 1f640f0874

View file

@ -5,12 +5,10 @@
/* task priorities */
#define PRIORITY_WIFI 2
#if !defined(CONFIG_LOCALE_NUMBER) || (CONFIG_LOCALE_NUMBER==0)
#define CONFIG_ESP_WIFI_SSID "network"
#define CONFIG_ESP_WIFI_PASSWORD "password"
#define CONFIG_ESP_WIFI_SENDADDR "192.168.1.153"
#define CONFIG_ESP_WIFI_SENDPORT 4498
#define CONFIG_ESP_WIFI_LISTENPORT 4499
#if defined(CONFIG_LOCALE_FILE)
#include CONFIG_LOCALE_FILE
#else
#include "locale.h"
#endif
#include <sys/types.h>