mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-12 05:46:33 +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()
|
void FtpServer::clientConnected()
|
||||||
{
|
{
|
||||||
// DEBUG_PRINTLN( F(" Client connected!") );
|
// 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.print(F("220---")); client.print(welcomeMessage); client.println(F(" ---"));
|
// client.println(F(" -- By Renzo Mischianti --"));
|
||||||
// client.println(F("220--- By Renzo Mischianti ---"));
|
client.print (F("220 -- Version ")); client.print(FTP_SERVER_VERSION);
|
||||||
// client.print(F("220 -- Version ")); client.print(FTP_SERVER_VERSION); client.println(F(" --"));
|
|
||||||
iCL = 0;
|
iCL = 0;
|
||||||
if (FtpServer::_callback) {
|
if (FtpServer::_callback) {
|
||||||
FtpServer::_callback(FTP_CONNECT, free(), capacity());
|
FtpServer::_callback(FTP_CONNECT, free(), capacity());
|
||||||
|
@ -75,7 +75,7 @@ build_flags =
|
|||||||
-D HASP_VER_MAJ=0
|
-D HASP_VER_MAJ=0
|
||||||
-D HASP_VER_MIN=7
|
-D HASP_VER_MIN=7
|
||||||
;-D HASP_VER_REV=4
|
;-D HASP_VER_REV=4
|
||||||
-D HASP_VER_REV=0-rc14
|
-D HASP_VER_REV=0-rc15
|
||||||
;-D HASP_VER_REV=4-rc1
|
;-D HASP_VER_REV=4-rc1
|
||||||
${override.build_flags}
|
${override.build_flags}
|
||||||
|
|
||||||
|
@ -6,12 +6,13 @@
|
|||||||
;***************************************************;
|
;***************************************************;
|
||||||
|
|
||||||
[env:makerfabs-tft-s2_ili9488]
|
[env:makerfabs-tft-s2_ili9488]
|
||||||
extends = esp32s2-solo_16mb_v2
|
extends = arduino_esp32s2-solo_v2, flash_16mb
|
||||||
board = esp32s2
|
board = esp32s2
|
||||||
|
|
||||||
build_flags =
|
build_flags =
|
||||||
${env.build_flags}
|
${env.build_flags}
|
||||||
${esp32s2.build_flags}
|
${esp32s2.build_flags}
|
||||||
|
${esp32s2.no_ps_ram}
|
||||||
|
|
||||||
;region -- TFT_eSPI build options ------------------------
|
;region -- TFT_eSPI build options ------------------------
|
||||||
-D ILI9488_DRIVER=1
|
-D ILI9488_DRIVER=1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user