8000 Merge pull request #7820 from deneyapkart/main · megacoder/circuitpython@b25c84e · GitHub
[go: up one dir, main page]

Skip to content

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b25c84e

Browse files
authored
Merge pull request adafruit#7820 from deneyapkart/main
Fix VID and Local_Hostname of DeneyapKart1A_v2
2 parents 9c587cc + dea5d1c commit b25c84e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ports/espressif/boards/deneyap_kart_1a_v2/mpconfigboard.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
USB_VID = 0x239A
1+
USB_VID = 0x303A
22
USB_PID = 0x8148
33

44
USB_PRODUCT = "Deneyap Kart 1A v2"

ports/espressif/boards/deneyap_kart_1a_v2/sdkconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ CONFIG_SPIRAM_MEMTEST=y
4141
#
4242
# LWIP
4343
#
44-
CONFIG_LWIP_LOCAL_HOSTNAME="espressif-esp32s3"
44+
CONFIG_LWIP_LOCAL_HOSTNAME="DeneyapKart1A_v2"
4545
# end of LWIP
4646

4747
# end of Component config

0 commit comments

Comments
 (0)
0