aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md16
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"
+ ```