667 Commits

Author SHA1 Message Date
Luc
0fd62ee89e
Merge pull request #317 from coliss86/patch-1
Fix bullet point in "Web configuration" section
2019-04-21 23:19:04 +02:00
coliss86
fa17ad7c31
Fix bullet point in "Web configuration" section 2019-04-21 23:06:02 +02:00
Luc
0fb9aa58e2 add command to copy NetBIOS library for CI 2019-04-08 10:41:30 +02:00
Luc
73ddd14519 Fix NetBIOS on ESP32 using sync lib
update Version to 2.1
2019-03-27 08:51:53 +01:00
Luc
8a20fca363 Remove reset reason
as it is not necessary anymore - no more in devt
2019-03-26 09:41:09 +01:00
Luc
697d9791cb Remove PROGMEM 2019-03-20 09:14:56 +01:00
Luc
3ff116e820 update travis 2019-03-19 15:19:05 +01:00
Luc
1ed083d766 Setup 2.1 2019-03-19 15:04:58 +01:00
Luc
df51e025ce Fix compilation for Async
Update library for ESP32 async
2.0
2019-03-19 14:22:17 +01:00
Luc
40c5156be5 Fix wrong comparaison 2019-03-17 09:28:44 +01:00
Luc
3b5c932ae6 Fix typo 2019-03-08 09:21:54 +01:00
Luc
99b892c09a Add Analog to pin control
fix default values as described in documentation
2019-02-17 20:54:35 +08:00
Luc
4ae6afcf9a Merge branch '2.0' of https://github.com/luc-github/ESP3D into 2.0 2019-02-04 13:34:32 +01:00
Luc
e9e7e3bc7a Add more log 2019-02-04 13:34:27 +01:00
Luc
f432edb27e
Update .travis.yml 2019-02-03 23:12:23 +01:00
Luc
353f3d8af2
fix travis 2019-02-03 23:04:01 +01:00
Luc
174c4b0102
Update .travis.yml 2019-02-03 22:54:58 +01:00
Luc
b219130fc6
Update .travis.yml 2019-02-03 22:47:28 +01:00
Luc
11d50db1b6 Update .travis.yml
use lwip2.0 low memory to pass travis
2019-01-26 09:23:27 +01:00
Luc
289efe3704 Update .travis.yml
remove only one file
2019-01-08 15:47:05 +01:00
Luc
192d7eff7c Update .travis.yml
fix typo
2019-01-08 15:30:10 +01:00
Luc
daa0ae1089 Merge branch '2.0' of https://github.com/luc-github/ESP3D into 2.0 2019-01-08 15:20:41 +01:00
Luc
a5edbb35d8 Update .travis.yml
remove LEAmDNS which failed to compile but we do not use it
2019-01-08 15:20:37 +01:00
Luc
0b487b3282
Update .travis.yml 2019-01-06 22:26:58 +01:00
Luc
19046704c1
Update README.md 2019-01-06 22:21:58 +01:00
Luc
20ad97f41b
Merge pull request #257 from AustinSaintAubin/2.0
Added support for SH1106
2018-11-26 09:59:28 +01:00
Luc
3e38795c76 Add M21 for printer without SD detecttion 2018-11-04 14:40:35 +01:00
Luc
54b543d7ab
Fix mark down 2018-11-03 10:41:00 +01:00
Luc
c02c382c70 Disable Websocket Debug message in code and library 2018-11-03 09:20:50 +01:00
Luc
8a2c39869a Implement check sum for Serial upload as mandatory for Marlin
Add 2 new [ESPXXX] command as check sum helper
* Send GCode with check sum caching right line numbering
[ESP600]<gcode>

* Send line checksum
[ESP601]<line>

Implemented only for Sync WebServer at this moment, so Async is disabled in Travis
2018-11-02 11:21:56 +01:00
Austin St. Aubin
cae4576e65 Set Default to OLED_DISPLAY_SSD1306 2018-10-13 11:14:03 -05:00
Austin St. Aubin
cd8a922a67 Minor fixes 2018-10-13 11:08:20 -05:00
Austin St. Aubin
a43eaa6d64 Added support for SH1106
OLED_DISPLAY_SH1106
2018-10-06 23:19:13 -05:00
Luc
c3fbbd3c63
Update README.md 2018-10-01 10:09:28 +02:00
Luc
f927fd13e1
Update README.md 2018-10-01 09:53:19 +02:00
Luc
f24dfe9d23 Add Smoothieboard pinout 2018-08-02 21:23:55 +02:00
Luc
38ec3ccfd3 Fix blocking M117 is blocking full serial 2018-07-31 15:14:54 +02:00
Luc
e6f1d5be04 Fix missing default of switch statements
Thanks @me-no-dev
2018-07-07 18:33:34 +02:00
Luc
1a40792ec2 Allow to define Serial pins (ESP32) 2018-07-05 16:54:46 +02:00
Luc
004d99c991 Serial fixes
more baud rate
remove unused functions
2018-07-05 15:50:22 +02:00
Luc
7994b0fa44 Better Serial Management
Thanks @me-no-dev big guru
2018-07-05 12:32:59 +02:00
Luc
222a95ecfc Fix wrong type cmp
Thanks @me-no-dev
2018-07-04 20:37:00 +02:00
Luc
5aee8a8ad5 No need with latest ESP32 git 2018-07-04 19:01:02 +02:00
Luc
02bd840a7a 2.0 2018-07-04 18:56:39 +02:00
Luc
c95fe416f0 Not necessary with latest ESP32 git 2018-07-04 18:43:44 +02:00
Luc
d997f013bf
Update .travis.yml
remove adding webserver library for ESP32 as now part of git
2018-07-04 17:25:47 +02:00
Luc
214a6c3fd5
Update README.md 2018-07-04 17:01:09 +02:00
luc lebosse
4bae6a1aa0 Images for wiki thanks @jRam84 and @thomastech 2018-06-06 06:41:45 +02:00
Luc
78697153c5
Update README.md 2018-05-27 17:15:33 +02:00
Luc
d616f1889a
Update README.md 2018-05-27 17:14:23 +02:00