AllStarLink / app_rpt

Refactoring and upgrade of AllStarLink's app_rpt, etc.
3 stars 2 forks source link

needs "usb_" prefix to node #305

Closed jxmx closed 3 months ago

jxmx commented 3 months ago

Fixes #304

jxmx commented 3 months ago

Well, that's what I'm confused about. @Allan-N said they aren't needed but this is what I'm seeing:

[2024-04-03 12:44:25.468] NOTICE[986685] app_rpt.c: Normal Repeater Init  50815
[2024-04-03 12:44:25.468] WARNING[986688] chan_simpleusb.c: Cannot find USB descriptor <usb_50815>.
[2024-04-03 12:44:25.468] WARNING[986688] chan_simpleusb.c: Device usb_50815 not found.
[2024-04-03 12:44:25.468] ERROR[986688] app_rpt/rpt_bridging.c: Failed to request SimpleUSB/usb_50815
[2024-04-03 12:44:25.468] WARNING[986688] app_rpt.c: Disabled broken repeater 50815
jxmx commented 3 months ago

To be clear, that was using [50815]. When I change it to [usb_50815] it works fine.

jxmx commented 3 months ago

This is my failure to completely adopt the updated sample configs. Sorry!