536 Commits

Author SHA1 Message Date
Luc
26fef41f73 Fix ESP400 out whith time zone
Add external config file option for SSID/Password
2020-05-27 11:23:56 +02:00
Luc
1dfe95f0a0 fix spiffs show . in directory when it should be ignored 2020-05-25 20:25:44 +02:00
Luc
c15880ef16 Fix typo 2020-05-20 16:53:51 +02:00
Luc
e432d4be54 Change filter in ESP400 from F/F2 to F with path to give flexibility 2020-05-20 11:58:31 +02:00
Luc
20ae0c92da Fix [ESP] help not displayed in web command 2020-05-11 11:37:25 +02:00
Luc
4aa503741f Add \n if not present in web commands 2020-05-11 10:13:50 +02:00
Luc
fd9322aca9 add screen for telegram wiki 2020-04-24 12:20:18 +02:00
Luc
85138bc80d fix warning 2020-04-24 09:21:07 +02:00
Luc
fe3a04b55b Add [ESP]inline help for [ESPXXX] commands 2020-04-22 14:53:12 +02:00
Luc
31d7e5659a Allow to setup STA mode by default in configuration.h and use it in reset 2020-04-22 09:27:19 +02:00
Luc
ff8251aabd Fix wrong calculation of EEPROM positions and max all size homogenous
Thanks @TheMaskedDeveloper for pointing this out
2020-04-20 07:40:31 +02:00
Luc
fd4e385830 Use POST instead of GET for telegram notification 2020-04-14 13:34:22 +02:00
Luc
e525bcb6c2 Add telegram support per @fjriosp request
fixes #439
2020-04-14 11:31:36 +02:00
Luc
248162d960 Fix some typo 2020-04-14 11:26:11 +02:00
Luc
ac1eb96c12 Fix gliches in ESP400 2020-04-13 19:21:38 +02:00
Luc
c48c16862e Fix compilation error
Fix empty setting crash web output
2020-04-12 20:34:36 +02:00
Luc
8d75796900 Improve message feedback for [ESP401]
set error message with code 500 instead of 200
fix ??? typo
2020-04-12 18:34:31 +02:00
Luc
b0d35c245b Fix ??? string to unknown for consistency 2020-04-12 16:02:41 +02:00
Luc
d0e7b1a29e Adjust some output strings 2020-04-12 15:53:38 +02:00
Luc
b8a266351c Reorg ESP400 output to add better filters and sub filter 2020-04-11 20:48:06 +02:00
Luc
eabab7d57b update header
fix default value for empty notification setting
2020-03-24 11:49:17 +01:00
Luc
542d791ec3 Update esp_globalFS.cpp
Fix compilation error if no SD
2020-03-05 11:32:18 +01:00
Luc
719843525f Update netservices.cpp
add TODO note
2020-03-02 14:21:19 +01:00
Luc
79a2185490
Update esp32cam.html 2020-02-05 21:36:20 +09:00
Luc
59615716e8 Update Doxyfile 2020-01-06 14:48:45 +01:00
Luc
312f88e6e2 Test for dioxygen doc generation 2020-01-06 14:46:56 +01:00
Luc
c0c294105f rewrite Camera initialisation
now SD mmc and camera seems working side by side
2019-11-03 09:14:50 +01:00
Luc
6d5c08be24 Update debug_esp3d.h
Use default debug of ESP32 i DEBUG is disabled
2019-11-02 18:50:50 +01:00
Luc
a628ef2a97 Update FtpServer.cpp
Astyle update
2019-11-02 18:50:02 +01:00
Luc
39b1bb57fd Pin 4 is used by SD card reader so better not to use it for other purpose 2019-11-01 22:07:48 +01:00
Luc
eb196b9960 Revert "Allow web command to be reactive when camera streaming is on"
This reverts commit 15cb4056c5d51a0180d53656692a7af678398dfb.
2019-11-01 20:37:41 +01:00
Luc
15cb4056c5 Allow web command to be reactive when camera streaming is on 2019-11-01 14:51:01 +01:00
Luc
f9bf48544a Add some sanity checks for FS 2019-11-01 14:50:22 +01:00
Luc
d4d2482fd1 fix compilation error with authentication and esp8266 2019-11-01 08:19:40 +01:00
Luc
c706f44229 Implement FTP Server feature
rewrite the file time access
fix some debug error
add rename function in file systems when available
2019-10-31 22:29:38 +01:00
Luc
0c0a95d6f7 Add Global FileSystem
Allows to browse /FS (flash) and /SD (SD card) under /
[ESP780] can browse SD and FS under /
[ESP790] allow file actions under /
to be used with FTP server
2019-10-28 22:06:23 +01:00
Luc
fff899bd10 Update sd_sdfat_esp32.cpp
remove ;
2019-10-28 10:13:34 +01:00
Luc
bfa45aba9f Update SdFatConfig.h 2019-10-28 10:00:14 +01:00
Luc
82f1568341 Update sd_sdfat_esp32.cpp
ix warnings
2019-10-28 09:44:02 +01:00
Luc
a9414bcd5c fix travis compilation failed when SD is enabled 2019-10-28 09:28:26 +01:00
Luc
867b523588 Use global FILE_OPEN WRITE an APPEND
same meaning no need different define use only one for all filesystem
2019-10-28 09:04:59 +01:00
Luc
a27045080f code formating 2019-10-26 09:31:07 +02:00
Luc
5d018cfbf6 Add handler for SD
Fix quiet status on FS handler
2019-10-26 09:26:13 +02:00
Luc
a733ed29e2 Fix ESP181
Add FTP to NetServices
2019-10-23 20:49:24 +02:00
Luc
c684e69575 Add backbone for FTP 2019-10-23 19:44:01 +02:00
Luc
706034511b Update .travis.yml 2019-10-22 19:53:33 +02:00
Luc
f926f0aea5 update for sdfat and submodules 2019-10-22 19:35:28 +02:00
Luc
3784120487 Fix compilation issue with SD anf esp8266 2019-10-22 18:48:40 +02:00
Luc
3bae4748bf Add [ESP715]FORMATSD to format SD card
Add SD format feature on SDFat for esp8266 and esp32
2019-10-22 13:12:27 +02:00
Luc
ba31b453e3 Fix compilation error 2019-10-21 18:08:38 +02:00