+
Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion zimodem/zbrowser.ino
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,18 @@

static void initSDShell()
{
if(SD.begin())
debugPrintf("Trying initialize SD at CS ");
debugPrintf(String(DEFAULT_PIN_SD_CS).c_str());
debugPrintf("... ");

if(SD.begin(DEFAULT_PIN_SD_CS))
{
debugPrintf("External SD card initialized.\r\n");
}
else
{
debugPrintf("External SD card not found.\r\n");
}
}

ZBrowser::~ZBrowser()
Expand Down
1 change: 1 addition & 0 deletions zimodem/zimodem.ino
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ const char compile_date[] = __DATE__ " " __TIME__;

#define INCLUDE_IRCC true
#define INCLUDE_SD_SHELL true /* ESP32 only, requires SPI SD card interface */
#define DEFAULT_PIN_SD_CS SS /* Default Arduino pinout SPI SS pin for SD Card chip select*/
#define INCLUDE_CBMMODEM true // ESP32 only, 1650, 1660, 1670, and Pulse Dialing support
#define INCLUDE_PING true
#define INCLUDE_SSH true // ESP32 only, adds SSH client
Expand Down
点击 这是indexloc提供的php浏览器服务,不要输入任何密码和下载