diff options
author | lonkaars <loek@pipeframe.xyz> | 2021-08-09 10:58:35 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2021-08-09 10:58:35 +0200 |
commit | 500d98852abfafcf058bf53be5b1bce52eaac6c0 (patch) | |
tree | ca93d6daec7c713e8dcaca612d6986d3e6bc07dc | |
parent | 2bd0834de9925bb280a0d9b9b0cd13de1dc724d8 (diff) |
readme
-rw-r--r-- | readme.md | 16 |
1 files changed, 16 insertions, 0 deletions
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" + ``` |