Skip to content

Commit 6db52ee

Browse files
authored
Remove commented config
1 parent 5cfb45d commit 6db52ee

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

prj.conf

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,9 @@
11
#### Configure Device VID and PID --> Uncomment the desired device definitions ####
22

3-
#### From Teensy41 USB definitions ####
4-
# CONFIG_USB_DEVICE_VID=0x16C0
5-
# CONFIG_USB_DEVICE_PID=0x0483
6-
73
#### From Raspberry Pi Pico2 USB Definitions ####
84
CONFIG_USB_DEVICE_PID=0x000F
95
CONFIG_USB_DEVICE_VID=0x2E8A
106

11-
#### From Raspberry Pi Pico USB Definitions ####
12-
# CONFIG_USB_DEVICE_PID=0x0003
13-
# CONFIG_USB_DEVICE_VID=0x2E8A
14-
157
#### F Prime C++ Dependencies ####
168
CONFIG_CPP=y
179
CONFIG_REQUIRES_FULL_LIBCPP=y
@@ -63,14 +55,6 @@ CONFIG_LSM6DSO_ENABLE_TEMP=y
6355
CONFIG_LIS2MDL=y
6456
CONFIG_INA219=y
6557

66-
# Zbus
67-
# CONFIG_ZBUS=y
68-
# CONFIG_ZBUS_CHANNEL_NAME=y
69-
# CONFIG_ZBUS_OBSERVER_NAME=y
70-
# CONFIG_ZBUS_MSG_SUBSCRIBER=y
71-
# CONFIG_ZBUS_LOG_LEVEL_DBG=n
72-
# CONFIG_ZBUS_LOG_LEVEL_INF=y
73-
7458
# Lora
7559
CONFIG_LORA=y
7660
CONFIG_LORA_SX127X=y

0 commit comments

Comments
 (0)