mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-04-19 12:57:19 +00:00
Update to rc15
This commit is contained in:
parent
36f9256162
commit
f1c588c5a4
@ -293,10 +293,9 @@ uint8_t FtpServer::handleFTP() {
|
||||
void FtpServer::clientConnected()
|
||||
{
|
||||
// DEBUG_PRINTLN( F(" Client connected!") );
|
||||
client.print(F("220 ---")); client.print(welcomeMessage); client.println(F(" ---"));
|
||||
// client.print(F("220---")); client.print(welcomeMessage); client.println(F(" ---"));
|
||||
// client.println(F("220--- By Renzo Mischianti ---"));
|
||||
// client.print(F("220 -- Version ")); client.print(FTP_SERVER_VERSION); client.println(F(" --"));
|
||||
client.print (F("220--- ")); client.print(welcomeMessage); client.println(F(" ---"));
|
||||
// client.println(F(" -- By Renzo Mischianti --"));
|
||||
client.print (F("220 -- Version ")); client.print(FTP_SERVER_VERSION);
|
||||
iCL = 0;
|
||||
if (FtpServer::_callback) {
|
||||
FtpServer::_callback(FTP_CONNECT, free(), capacity());
|
||||
|
@ -75,7 +75,7 @@ build_flags =
|
||||
-D HASP_VER_MAJ=0
|
||||
-D HASP_VER_MIN=7
|
||||
;-D HASP_VER_REV=4
|
||||
-D HASP_VER_REV=0-rc14
|
||||
-D HASP_VER_REV=0-rc15
|
||||
;-D HASP_VER_REV=4-rc1
|
||||
${override.build_flags}
|
||||
|
||||
|
@ -6,12 +6,13 @@
|
||||
;***************************************************;
|
||||
|
||||
[env:makerfabs-tft-s2_ili9488]
|
||||
extends = esp32s2-solo_16mb_v2
|
||||
extends = arduino_esp32s2-solo_v2, flash_16mb
|
||||
board = esp32s2
|
||||
|
||||
build_flags =
|
||||
${env.build_flags}
|
||||
${esp32s2.build_flags}
|
||||
${esp32s2.no_ps_ram}
|
||||
|
||||
;region -- TFT_eSPI build options ------------------------
|
||||
-D ILI9488_DRIVER=1
|
||||
|
Loading…
x
Reference in New Issue
Block a user