/ ! @brief Determine the current track played via flash. @return Current track played via flash, -1 if error. */ /
| 843 | */ |
| 844 | /**************************************************************************/ |
| 845 | int16_t DFPlayerMini_Fast::currentFlashTrack() |
| 846 | { |
| 847 | return query(dfplayer::GET_FLASH_TRACK); |
| 848 | } |
| 849 | |
| 850 | |
| 851 |
nothing calls this directly
no outgoing calls
no test coverage detected