diff --git a/.gitignore b/.gitignore index 2f76caf..28431ac 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +# PlatformIO stuff .pio/ .vscode/.browse.c_cpp.db* .vscode/c_cpp_properties.json @@ -8,3 +9,6 @@ sdkconfig.* !sdkconfig.defaults managed_components/ compile_commands.json + +# Other stuff ;-) +GPT-logs/ diff --git a/README.md b/README.md index d7dce20..e6d7397 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # ESP32 Serial Swiss Army Knife +![ESP32 Serial Swiss Army Knife logo](/images/logo.png "ESP32 Serial Swiss Army Knife") + Universal wireless serial adaptor firmware for the ESP32-S3. ## Initial hardware target diff --git a/images/logo.png b/images/logo.png new file mode 100644 index 0000000..82b0246 Binary files /dev/null and b/images/logo.png differ