.aiderignore
.dockerignore
.gitignore
.pylintrc
Dockerfile
LICENSE
MANIFEST.in
README.md
RELEASE.md
TODO.md
build_exe.py
build_site.py
clean
docker-compose.yml
install
install_linux.sh
lint
pyproject.toml
requirements.testing.txt
setup.py
test
upload_package.sh
.github/workflows/build_multi_docker_image.yml
.github/workflows/build_webpage.yml
.github/workflows/lint.yml
.github/workflows/publish_release.yml
.github/workflows/template_build_docker_image.yml
.github/workflows/test_build_exe.yml
.github/workflows/test_macos.yml
.github/workflows/test_ubuntu.yml
.github/workflows/test_win.yml
.vscode/launch.json
.vscode/settings.json
.vscode/tasks.json
compiler/CMakeLists.txt
compiler/__init__.py
compiler/arduino-pre-process.sh
compiler/build.sh
compiler/build_archive.sh
compiler/build_fast.sh
compiler/code_sync.py
compiler/compile.py
compiler/compile_lock.py
compiler/entrypoint.sh
compiler/final_prewarm.sh
compiler/init_runtime.py
compiler/install-arduino-cli.sh
compiler/paths.py
compiler/pre-process.sh
compiler/prewarm.sh
compiler/process-ino.py
compiler/process_extended.py
compiler/pyproject.toml
compiler/run.py
compiler/server.py
compiler/sketch_hasher.py
compiler/wasm_compiler_flags.py
compiler/extra/100dots.html
compiler/extra/demo_threejs.html
compiler/extra/micdemo.html
compiler/extra/mp3upload.html
compiler/extra/webgl_postprocessing_unreal_bloom.html
compiler/libcompile/CMakeLists.txt
src/fastled/__init__.py
src/fastled/app.py
src/fastled/cli.py
src/fastled/cli_test.py
src/fastled/client_server.py
src/fastled/compile_server.py
src/fastled/compile_server_impl.py
src/fastled/docker_manager.py
src/fastled/filewatcher.py
src/fastled/interactive_srcs.py
src/fastled/keyboard.py
src/fastled/keyz.py
src/fastled/live_client.py
src/fastled/open_browser.py
src/fastled/parse_args.py
src/fastled/paths.py
src/fastled/print_filter.py
src/fastled/project_init.py
src/fastled/select_sketch_directory.py
src/fastled/server_fastapi.py
src/fastled/server_fastapi_cli.py
src/fastled/server_flask.py
src/fastled/server_start.py
src/fastled/settings.py
src/fastled/sketch.py
src/fastled/spinner.py
src/fastled/string_diff.py
src/fastled/types.py
src/fastled/util.py
src/fastled/web_compile.py
src/fastled.egg-info/PKG-INFO
src/fastled.egg-info/SOURCES.txt
src/fastled.egg-info/dependency_links.txt
src/fastled.egg-info/entry_points.txt
src/fastled.egg-info/requires.txt
src/fastled.egg-info/top_level.txt
src/fastled/assets/example.txt
src/fastled/assets/localhost-key.pem
src/fastled/assets/localhost.pem
src/fastled/site/build.py
src/fastled/site/examples.py
src/fastled/test/can_run_local_docker_tests.py
src/fastled/test/examples.py
tests/integration/test_build_examples.py
tests/integration/test_examples.py
tests/unit/test_api.py
tests/unit/test_bad_ino.py
tests/unit/test_cli.py
tests/unit/test_compile_server.py
tests/unit/test_docker_linux_on_windows.py
tests/unit/test_embedded_data.py
tests/unit/test_filechanger.py
tests/unit/test_http_server.py
tests/unit/test_print_filter.py
tests/unit/test_project_init.py
tests/unit/test_server_and_client_seperatly.py
tests/unit/test_string_diff.py
tests/unit/test_webcompile.py
tests/unit/html/index.html
tests/unit/test_ino/bad/bad.ino
tests/unit/test_ino/bad_platformio/bad_platformio.ino
tests/unit/test_ino/bad_platformio/platformio.ini
tests/unit/test_ino/embedded/wasm.ino
tests/unit/test_ino/embedded/data/bigdata.dat
tests/unit/test_ino/wasm/wasm.ino