Skip to content

Commit f5dde3e

Browse files
committed
Updates to the board and board library
1 parent c476741 commit f5dde3e

File tree

11 files changed

+8
-5
lines changed

11 files changed

+8
-5
lines changed

.vscode/settings.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
{
2-
"cmake.ignoreCMakeListsMissing": true
2+
"cmake.ignoreCMakeListsMissing": true,
3+
"files.associations": {
4+
"numeric": "cpp"
5+
}
36
}

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,7 @@ The firmware is developed using Visual Studio Code with the PlatformIO extension
7171

7272
### PCB layout
7373

74-
![waku-ctl pcb top](https://raw.githubusercontent.com/kennycoder/waku-ctl/refs/heads/main/media/pcb-top.png)
75-
![waku-ctl pcb bottom](https://raw.githubusercontent.com/kennycoder/waku-ctl/refs/heads/main/media/pcb-bottom.png)
74+
![waku-ctl pcb](https://raw.githubusercontent.com/kennycoder/waku-ctl/refs/heads/main/media/pcbs.png)
7675

7776
## UI
7877

media/pcb-bottom.png

-36 KB
Loading

media/pcb-top.png

-61.7 KB
Loading

media/pcbs.png

-266 KB
Loading

pcb/ESP32-S3-WROOM-1.PcbLib

639 KB
Binary file not shown.

pcb/ESP32-S3-WROOM-1.SchLib

-512 Bytes
Binary file not shown.

pcb/waku-ctl.PcbDoc

275 KB
Binary file not shown.

pcb/waku-ctl.SchDoc

-70.5 KB
Binary file not shown.

platformio.ini

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
; https://docs.platformio.org/page/projectconf.html
1010

1111
[env:esp32-s3-devkitc-1]
12-
platform = espressif32
12+
platform = https://github.com/pioarduino/platform-espressif32/releases/download/stable/platform-espressif32.zip
1313
board = esp32-s3-devkitc-1
1414
framework = arduino
1515
lib_deps =
@@ -30,4 +30,5 @@ build_flags =
3030
-DARDUINO_USB_MSC_ON_BOOT=0
3131
-DARDUINO_USB_DFU_ON_BOOT=0
3232
extra_scripts = pre:extra_script.py
33-
; upload_port = COM27
33+
upload_port = COM18
34+
monitor_port = COM18

0 commit comments

Comments
 (0)