27 Commits

Author SHA1 Message Date
Luc
1ba6db0846 Fix esp command number for camera settings 2020-10-26 19:22:22 +01:00
Luc
ca7e831147 update esp32cam.html to use snap 2020-10-26 17:46:31 +01:00
Luc
2aa146a926 Remove camera streaming feature as not working as expected
Clean code due to camera stream removed and left camera snap feature only
2020-10-26 16:44:18 +01:00
Luc
79a2185490
Update esp32cam.html 2020-02-05 21:36:20 +09:00
Luc
7e9f785d47 Add sample html page for camera stream based on esp32 sample 2019-09-30 19:55:53 +08:00
Luc
b0375a3541 Upstream sync
Add Time Support (server  + manual setup), only used for ESP32 FS currently as ESP8266 SPIFFS does not support Time, need to wait for LittleFS may be ?
Add DHT support
Add Pin reset support
Add Base for Display
Add libraries for new supported features
Add /config handle as shortcut for [ESP420]plain to be used in embedded page
Code refactoring for defines, use less Define as switches but more define as values for switches
Clean warnings
Lot of small bug fixes
Add docs for [ESPXXX] commands
2019-03-09 09:16:08 +01:00
Luc
a84d146921 Prepare branch 2019-01-26 09:31:25 +01:00
Luc
e362a7754b update index.html with latest 2018-04-26 09:00:47 +08:00
luc lebosse
13ee5e19e8 Merge Development version to master 2017-11-13 16:17:07 +01:00
luc lebosse
38d86c5f8a Fix javascript compatibility issue on send command 2017-03-29 13:31:04 +02:00
luc lebosse
5e81939a57 Put back missing refresh SD files list after upload 2017-03-29 09:40:47 +02:00
Luc
8e7e2ba761 fix bug with Extruder command 2016-12-06 20:50:40 +01:00
Luc
6b21de310e Add silent web command
do not wait answer if not necessary
2016-12-05 11:22:14 +01:00
luc lebosse
5aebdb5a60 Merge from upstream
Add TCP debug
Add monitor for command sent
Fix random issue when listing SD file as Flag may be incomplete
2016-11-10 21:13:16 +01:00
luc lebosse
318a3050d1 Fix trailing spaces thanks @patrickelectric 2016-10-09 11:13:53 +02:00
luc lebosse
18210a9cc7 Sync with devt git
Move helper functions to static class CONFIG
Separate STA and AP information in EEPROM (IP, mode, etc)
Allow to change AP or STA data without set as default mode
Reorg the wifi setup
Add 2 safe mode - if mode is client and failed got to AP with EEPROM
setting, if AP failed use default value for AP mode
prepare code for SD Direct access
2016-09-05 13:59:35 +02:00
luc lebosse
2728b467a1 Code Cleaning
Implement define for MONITORING_FEATURE and MSG_FEATURE
Add better FM for SD Files
Light review of printer UI to separate sections
Add more control on Serial commands
Fix Github address
Change version to 0.8.0
Change default baud to 115200
Add Marlinkimbra support
2016-08-21 17:11:50 +02:00
luc lebosse
ca230c5fdc Fix bug introduced with new JSON for SD Files 2016-07-12 15:17:59 +02:00
luc lebosse
25cce3a70f Fix display issue in firefox
Fix sendcommand function to set as GET instead as POST as new ESP core
is less permissive and do not take GET argument in POST request anymore
change FW version for tracking
2016-07-12 15:03:14 +02:00
luc lebosse
1955fd4c61 Fix typo blocking file download in file manager
orz...
2016-07-12 11:17:22 +02:00
luc lebosse
794ab9ec1b Support of subdirectories in SPIFFS
Allows navigation as normal Filesystem
add /delete directory
parse directory tree
allows user to upload/delete in /user directory only when admin has full
access
2016-07-11 23:48:54 +02:00
luc lebosse
5296770703 Allow to have admin and user authentication
admin is  for wifi / esp settings
user is for printer settings
admin and user ID can be defined in config.h
[ESP555]<admin password> allows to reset user password to default one
2016-07-04 17:27:03 +02:00
luc lebosse
6935617f17 Better icon for delete
use trash icon instead of cross
2016-06-29 19:05:51 +02:00
luc lebosse
3d92f78eca Fix SD File listing incomplete as still processing
Separate M20 command from file listing to give time to get the complete
file list before sending the list

Change SDK function system_get_time and wifi_get_opmode to use wrapper
ones and avoid to include user_interface.h if not necessary
2016-06-29 18:42:00 +02:00
luc lebosse
790a6f07f4 Remove multiple tag for upload for FW and SDFile
should allow only one file at once for FW and for GCODE
2016-06-28 13:26:35 +02:00
Luc
6728d8a1cc Add proper progress bar for SD files/local files/FW
Now display % of upload
2016-06-21 11:10:09 +02:00
luc
713d4764fb Change name to ESP3D
Thanks to @openhardwarecoza and @TRoager  for the idea and feedback
2016-06-09 10:23:20 +02:00