sd_bus_get_name_creds.xml sd_bus_get_name_machine_id.xml sd_bus_interface_name_is_valid.xml sd_bus_is_open.xml sd_bus_list_names.xml sd_bus_message_append.xml sd_bus_message_append_array.xml sd_bus_message_append_basic.xml sd_bus_message_append_string_memfd.xml sd_bus_m...
constchar*property, sd_bus_message *reply,void*userdata, sd_bus_error *error){structdmmp_path_group*group=userdata;if(strcmp(property, GROUP_ID) ==0)returnsd_bus_message_append(reply,"u", dmmp_path_group_id_get(group));if(strcmp(property, GROUP_PRIORITY) ==0)returnsd_bus_message_appen...
@rzeldent I isolated the problem to the UI initialization. If I remove it from my code entirely, I no longe have any issues reading/writing/append to files from the SD Card. Bellow you can see a simple evidence of the issue. According to...
file.close(); }voidappendFile(fs::FS &fs,constchar* path,constchar* message){ Serial.printf("Appending to file: %s\n", path); File file = fs.open(path, FILE_APPEND);if(!file){ Serial.println("Failed to open file for appending");return; }if(file.print(message)){ Serial.println(...
- UI+/UI- Switching the slightly faster bus protocol for the VC20 on and off works, it hasn't been tested much though. - UI/UJ Soft/Hard reset - UI just sets the "73,..." message on the error channel, UJ closes all active buffers but doesn't reset the current directory, ...