From 500d98852abfafcf058bf53be5b1bce52eaac6c0 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Mon, 9 Aug 2021 10:58:35 +0200 Subject: readme --- readme.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 readme.md diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..f9e3c74 --- /dev/null +++ b/readme.md @@ -0,0 +1,16 @@ +this is a work-in-progress + +- am using [espressif's ESP8266_RTOS_SDK](https://github.com/espressif/ESP8266_RTOS_SDK) +- run `make compile_commands` if you're using the clangd language server +- need to add/modify the following in your sdkconfig: + ```bash + # compilation on arch + CONFIG_SDK_PYTHON="python2" + + # wifi settings + CONFIG_EXAMPLE_WIFI_SSID="your network name" + CONFIG_EXAMPLE_WIFI_PASSWORD="your network password" + + # hostname (optional) + CONFIG_LWIP_LOCAL_HOSTNAME="your custom hostname instead of espressif" + ``` -- cgit v1.2.3