/ ! @brief Determine the current firmware version. @return Firmware version, -1 if error. */ /
| 759 | */ |
| 760 | /**************************************************************************/ |
| 761 | int16_t DFPlayerMini_Fast::currentVersion() |
| 762 | { |
| 763 | return query(dfplayer::GET_VERSION); |
| 764 | } |
| 765 | |
| 766 | |
| 767 |
nothing calls this directly
no outgoing calls
no test coverage detected