代码拉取完成,页面将自动刷新
#ifndef menu_file_h
#define menu_file_h
#include "Arduino.h"
void fillFileMenu ( void ) ;
boolean sdStart( void ) ; // close all find, check sd card and open currentDir on root.
uint16_t fileCnt( uint8_t level ) ; // count number of files in directory specified by level
boolean updateFilesBtn() ; // update the buttons to be displayed; return false in case of error
boolean startPrintFile( ) ; // open the file to be read, fileIdx gives the index of the fileName; return false if file can't be opened and fill a lastMessage
void closeFileToRead(void ) ; // close fileToRead (file used to send the data)
boolean changeDirectory() ; // change the directory when file selected is a directory
boolean fileToReadIsDir() ;
void closeAllFiles() ;
boolean setFileToRead ( uint8_t fileIdx ) ;
boolean sdMoveUp() ;
boolean fileIsCmd() ; // check if the file is a cmd and if so, copy it into the SPIFFS, return true if it is cmd file
boolean createFile(char * fileName) ;
void setShowBuffer() ; // fill the show buffer and some variables when we enter the sd show screen
void setNextShowBuffer() ; // this is call when we press the next btn on sd show
void setPrevShowBuffer() ; // this is call when we press the prev btn on sd show
#endif
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。