Eric Betts пре 11 месеци
родитељ
комит
2305734bd8
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      helpers/pof_usb.c

+ 1 - 1
helpers/pof_usb.c

@@ -78,7 +78,7 @@ static int32_t pof_thread_worker(void* context) {
 
 
     uint32_t len_data = 0;
     uint32_t len_data = 0;
     uint8_t tx_data[POF_USB_TX_MAX_SIZE] = {0};
     uint8_t tx_data[POF_USB_TX_MAX_SIZE] = {0};
-    uint32_t timeout = 100; // FuriWaitForever; //ms
+    uint32_t timeout = 30; // FuriWaitForever; //ms
     FURI_LOG_D(TAG, "pof_thread_worker");
     FURI_LOG_D(TAG, "pof_thread_worker");
 
 
     while(true) {
     while(true) {