File tree 3 files changed +6
-6
lines changed 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -293,10 +293,9 @@ uint8_t FtpServer::handleFTP() {
293
293
void FtpServer::clientConnected ()
294
294
{
295
295
// DEBUG_PRINTLN( F(" Client connected!") );
296
- client.print (F (" 220 ---" )); client.print (welcomeMessage); client.println (F (" ---" ));
297
- // client.print(F("220---")); client.print(welcomeMessage); client.println(F(" ---"));
298
- // client.println(F("220--- By Renzo Mischianti ---"));
299
- // client.print(F("220 -- Version ")); client.print(FTP_SERVER_VERSION); client.println(F(" --"));
296
+ client.print (F (" 220--- " )); client.print (welcomeMessage); client.println (F (" ---" ));
297
+ // client.println(F(" -- By Renzo Mischianti --"));
298
+ client.print (F (" 220 -- Version " )); client.print (FTP_SERVER_VERSION);
300
299
iCL = 0 ;
301
300
if (FtpServer::_callback) {
302
301
FtpServer::_callback (FTP_CONNECT, free (), capacity ());
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ build_flags =
75
75
-D HASP_VER_MAJ =0
76
76
-D HASP_VER_MIN =7
77
77
; -D HASP_VER_REV=4
78
- -D HASP_VER_REV =0-rc14
78
+ -D HASP_VER_REV =0-rc15
79
79
; -D HASP_VER_REV=4-rc1
80
80
${override.build_flags}
81
81
Original file line number Diff line number Diff line change 6
6
; ***************************************************;
7
7
8
8
[env:makerfabs-tft-s2_ili9488]
9
- extends = esp32s2-solo_16mb_v2
9
+ extends = arduino_esp32s2-solo_v2, flash_16mb
10
10
board = esp32s2
11
11
12
12
build_flags =
13
13
${env.build_flags}
14
14
${esp32s2.build_flags}
15
+ ${esp32s2.no_ps_ram}
15
16
16
17
; region -- TFT_eSPI build options ------------------------
17
18
-D ILI9488_DRIVER =1
You can’t perform that action at this time.
0 commit comments