15 Commits

Author SHA1 Message Date
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
e33e83771d Fix error with Pin selection and ESP201
add seting to select input or input pull up
add more debug log
2016-10-30 23:44:28 +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
a7aedc5599 Rewrite ESP commands
add password protection if authentication is set
2016-09-26 21:31:01 +08:00
luc lebosse
fa32959963 Rename last esp8266 reference to ESP3D 2016-09-05 15:34:36 +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
014839f953 Add command for hostname
Fix possible buffer overload when using serial command
add missing flags in config report
2016-08-08 13:07:35 +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
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
bc14f45092 fix uninitialized variable 2016-06-28 13:25:13 +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