/ ! @brief Set the timout value for MP3 player query responses. @param threshold Number of ms allowed for the MP3 player to respond (timeout) to a query. */ /
| 889 | */ |
| 890 | /**************************************************************************/ |
| 891 | void DFPlayerMini_Fast::setTimeout(unsigned long threshold) |
| 892 | { |
| 893 | _threshold = threshold; |
| 894 | } |
| 895 | |
| 896 | |
| 897 |
nothing calls this directly
no outgoing calls
no test coverage detected