Skip to content

Commit

Permalink
no-release: update the diagram for esp32s3
Browse files Browse the repository at this point in the history
  • Loading branch information
ZanzyTHEbar committed Jan 9, 2024
1 parent a6771bb commit bd501d8
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 24 deletions.
3 changes: 2 additions & 1 deletion EasyNetworkManager.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"cSpell.words": [
"APIURL",
"ASYNCOTA",
"devkitc",
"GIGA",
"MKRWIFI",
"mycommands",
Expand Down Expand Up @@ -125,4 +126,4 @@
"variant": "cpp"
}
}
}
}
39 changes: 18 additions & 21 deletions NetworkManager/diagram.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"editor": "wokwi",
"parts": [
{
"type": "wokwi-esp32-devkit-v1",
"type": "board-esp32-s3-devkitc-1",
"id": "esp",
"top": 0,
"left": 0,
Expand All @@ -13,62 +13,59 @@
{
"type": "wokwi-led",
"id": "led1",
"top": 82.91,
"left": 128.93,
"rotate": 180,
"top": 114,
"left": 208.2,
"rotate": 90,
"attrs": {
"color": "red"
}
},
{
"type": "wokwi-resistor",
"id": "r1",
"top": 149.11,
"left": 125.63,
"top": 138.35,
"left": 124.8,
"attrs": {
"value": "1000"
"value": "220"
}
}
],
"connections": [
[
"esp:TX0",
"esp:TX",
"$serialMonitor:RX",
"",
[]
],
[
"esp:RX0",
"esp:RX",
"$serialMonitor:TX",
"",
[]
],
[
"esp:GND.1",
"r1:1",
"black",
"esp:4",
"green",
[
"h0"
"v0"
]
],
[
"led1:C",
"r1:2",
"led1:A",
"green",
[
"v-4.6",
"h38.86",
"v72.64"
"v0"
]
],
[
"led1:A",
"esp:D4",
"led1:C",
"esp:GND.2",
"green",
[
"v-3.11",
"h-23.78",
"v30.85"
"h0",
"v-105.2"
]
]
],
Expand Down
4 changes: 2 additions & 2 deletions NetworkManager/wokwi.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[wokwi]
version = 1
elf = ".pio/build/esp32dev_debug/EasyNetworkManager-v5.1.1-esp32dev_debug-c06963a-main.elf"
firmware = ".pio/build/esp32dev_debug/EasyNetworkManager-v5.1.1-esp32dev_debug-c06963a-main.bin"
elf = ".pio/build/esp32s3_debug/EasyNetworkManager-v5.1.4-esp32s3_debug-a6771bb-main.elf"
firmware = ".pio/build/esp32s3_debug/EasyNetworkManager-v5.1.4-esp32s3_debug-a6771bb-main.bin"
[[net.forward]]
from = "localhost:8180"
to = "target:80"

0 comments on commit bd501d8

Please sign in to comment.