use own wifi implementation to connect to wifi. store credentials in flash. no wifi connection yet
This commit is contained in:
+5
-4
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user