sdcard.cpp: discard no sd error message
This commit is contained in:
		
							parent
							
								
									6180ef9b0a
								
							
						
					
					
						commit
						b6f4399138
					
				| @ -153,7 +153,7 @@ bool sdcard_init(bool create) { | ||||
|     if (ret == ESP_FAIL) { | ||||
|       ESP_LOGE(TAG, "failed to mount filesystem"); | ||||
|     } else { | ||||
|       ESP_LOGE(TAG, "SD-card not found (%d)", ret); | ||||
|       ESP_LOGI(TAG, "No SD-card found (%d)", ret); | ||||
|     } | ||||
|     return false; | ||||
|   } | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user