use own wifi implementation to connect to wifi. store credentials in flash. no wifi connection yet

This commit is contained in:
2026-09-15 20:54:48 +02:00
committed by rhetenor
parent fafb4fc34f
commit 47b539f364
16 changed files with 344 additions and 1789 deletions
+5 -4
View File
@@ -1,9 +1,10 @@
[wokwi]
version = 1
gdbServerPort = 3333
elf = "target/xtensa-esp32s3-none-elf/debug/creaturedex"
firmware = "target/xtensa-esp32s3-none-elf/debug/creaturedex"
elf = "target/xtensa-esp32s3-none-elf/release/creaturedex"
firmware = "target/xtensa-esp32s3-none-elf/release/creaturedex"
[[chip]]
name = 'ch1115'
binary = 'wokwi/ch1115.chip.wasm'
name = 'ch1115'
binary = 'wokwi/ch1115.chip.wasm'