27 Commits

Author SHA1 Message Date
luc lebosse
3a05adb1fe Update version 2016-12-14 21:33:41 +01:00
Luc
6b21de310e Add silent web command
do not wait answer if not necessary
2016-12-05 11:22:14 +01:00
Luc
1269e9b09a Add more WD feed and flags check to save loop time
remove PURE_SERIAL define as useless now
2016-12-04 22:06:16 +01:00
Luc
0e749c454d Add missing debug pipe
as some function need a defined pipe now for output
2016-12-04 16:52:06 +01:00
Luc
8f472a5161 Fix #132
Allow to read ESP command answer from data port and web port according
where command come from
2016-11-25 21:53:35 +01:00
luc lebosse
6641e4aa4f Better handle and report failing upload 2016-11-24 15:32:43 +01:00
luc lebosse
eb8dd002fe Allows RX buffer to be 512 instead of 128 in stable 2016-11-17 17:43:42 +01:00
luc lebosse
3dae051e0c Fix #13 "wait" issue for pipe going to dead loop
Fix % not showing during FW update on lcd status
2016-11-11 16:11:10 +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
3ee67c022b Apply astyle --style=otbs *.h *.cpp *.ino 2016-10-09 10:40:17 +02:00
Luc
9ccf1ec7ed Add direct pin support using ESP201 2016-09-28 10:45:31 +08:00
Luc
b3460b18f8 Remove debug flag by default 2016-09-26 21:33:05 +08:00
Luc
a7aedc5599 Rewrite ESP commands
add password protection if authentication is set
2016-09-26 21:31:01 +08:00
luc lebosse
af17fff2e0 put serial/tcp bridge in a class 2016-09-08 15:15:56 +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
a7059bce51 Add Netbios support 2016-08-08 12:27:25 +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
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
0f13b7b7b0 Allow user to upload macro files
user is limited to /macro directory for upload/delete
admin has full access
2016-07-09 22:57:20 +02:00
luc lebosse
7c0afb3f0c Add ESP700 command
Send file line by line from SPIFFS: [ESP700]<file name>
for macro purpose
2016-07-08 15:48:01 +02:00
luc lebosse
a1d2d238c8 Fix display when no Authentication is set
hide login/password menu and pages access
2016-07-04 17:58:26 +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
3575652099 Cleaning code as urlDecode is automatically done now
thanks @me-no-dev for pointing out
Change version for tracking latest changes
2016-07-04 10:39:04 +02:00
luc lebosse
3975f5ecd0 put back mDns feature by default 2016-06-28 13:33:39 +02:00
luc lebosse
0f1623d548 Rewrite SDUpload
Fix issues with repetier which check code when cpoy to SD
remove unused variables
add log function for debug
2016-06-28 13:28:59 +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