Your ROOT_URL in app.ini is https://source.parasitstudio.de:63000/ but you are visiting https://source.parasitstudio.de/wirtz/MicroDexed/blame/commit/fd730aedc38aa9ad57f9868367756bc30822cdd1/name.c You should set ROOT_URL correctly, otherwise the web may not work correctly.
MicroDexed/name.c

12 lines
288 B

#include "usb_names.h"
#define MIDI_NAME {'M','i','c','r','o','D','e','x','e','d'}
#define MIDI_NAME_LEN 10
// Do not change this part. This exact format is required by USB.
struct usb_string_descriptor_struct usb_string_product_name = {
2 + MIDI_NAME_LEN * 2,
3,
MIDI_NAME
};