Skip to content

Commit 13ee5e1

Browse files
committed
Merge Development version to master
1 parent 628436c commit 13ee5e1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

86 files changed

+9992
-6349
lines changed

.travis.yml

Lines changed: 21 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,23 +11,32 @@ before_install:
1111
before_script:
1212
- "export DISPLAY=:99.0"
1313
- sleep 3 # give xvfb some time to start
14-
- wget http://downloads.arduino.cc/arduino-1.8.0-linux64.tar.xz
15-
- tar xf arduino-1.8.0-linux64.tar.xz
16-
- mv arduino-1.8.0 $HOME/arduino_ide
14+
- wget http://downloads.arduino.cc/arduino-1.8.4-linux64.tar.xz
15+
- tar xf arduino-1.8.4-linux64.tar.xz
16+
- mv arduino-1.8.4 $HOME/arduino_ide
1717
- cd $HOME/arduino_ide/hardware
1818
- mkdir esp8266com
1919
- cd esp8266com
2020
- git clone https://github.com/esp8266/Arduino.git esp8266
2121
- cd esp8266/tools
2222
- python get.py
2323
- cd ..
24-
- touch pt.txt
25-
- echo 'build.flash_ld=eagle.flash.4m.ld' >> pt.txt
26-
- echo 'build.flash_freq=40' >> pt.txt
27-
- echo 'build.flash_size=4M' >> pt.txt
28-
- cat ./platform.txt >> pt.txt
29-
- rm -fr platform.txt
30-
- mv pt.txt platform.txt
24+
- echo 'build.flash_ld=eagle.flash.4m.ld' >> platform.txt
25+
- echo 'build.flash_freq=40' >> platform.txt
26+
- echo 'build.flash_size=4M' >> platform.txt
27+
- echo 'build.flash_mode=dio' >> platform.txt
28+
- echo 'build.f_cpu=160000000L' >> platform.txt
29+
- sed -i "s/generic.build.f_cpu=80000000L/generic.build.f_cpu=160000000L/g" ./boards.txt
30+
- cd $HOME/arduino_ide/hardware
31+
- mkdir esp32
32+
- cd esp32
33+
- git clone https://github.com/espressif/arduino-esp32.git esp32
34+
- cd esp32/tools
35+
- python get.py
36+
- cd ..
37+
- echo 'build.flash_freq=40m' >> platform.txt
38+
- mv $TRAVIS_BUILD_DIR/libraries/WebServer $HOME/arduino_ide/hardware/esp32/esp32/libraries/
39+
- mv $TRAVIS_BUILD_DIR/libraries/DNSServer $HOME/arduino_ide/hardware/esp32/esp32/libraries/
3140

3241

3342
script:
@@ -37,6 +46,8 @@ script:
3746
- arduino --board esp8266com:esp8266:generic --save-prefs
3847
- arduino --get-pref sketchbook.path
3948
- build_sketch esp3d/esp3d.ino
49+
- arduino --board esp32:esp32:esp32 --save-prefs
50+
- build_sketch esp3d/esp3d.ino
4051

4152
notifications:
4253
email:

README.md

Lines changed: 162 additions & 162 deletions
Large diffs are not rendered by default.

UI/mousediv.html

Lines changed: 0 additions & 150 deletions
This file was deleted.

UI/testui.htm renamed to UI/repetier/testui.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,7 @@
522522
<g id=''centerze">
523523
<circle class="bg" cx="354" cy="122" r="34" filter="url(#shadow)" />
524524
<circle class="bg" cx="354" cy="122" r="34" class="bg" opacity='0.7' filter="url(#light)" />
525-
<text id="centeretext" class="centerjog" x="353" y="132" opacity="0">Z</text>
525+
<text id="centeretext" class="centerjog" x="353" y="132" opacity="0"></text>
526526
<g id="extruder">
527527
<path class='sign' d="M350,108 L360,108 L360,128 L355,136 L350,128 z"/>
528528
<path class='sign' d="M335,110 L338,109 L340,111 L341,111 L343,109 L346,110 L346,113 L349,113 L350,116 L348,118 L348,119 L350,121 L349,124 L346,124 L346,127 L343,128 L341,126 L340,126 L338,128 L335,127 L335,124 L332,124 L331,121 L333,119 L333,118 L331,116 L332,113 L335,113 z"/>

docs/Commands.txt

Lines changed: 38 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,20 @@ if authentication is on, need admin password
3838
if authentication is on, need admin password
3939
[ESP107]<mode>pwd=<admin password>
4040

41+
* Set wifi on/off
42+
[ESP110]<state>
43+
state can be ON, OFF, RESTART
44+
if authentication is on, need admin password
45+
[ESP110]<state>pwd=<admin password>
46+
4147
* Get current IP
4248
[ESP111]<header answer>
4349

4450
* Get hostname
4551
[ESP112]<header answer>
4652

53+
* Restart time client
54+
[ESP114]
4755

4856
*Get/Set pin value
4957
[ESP201]P<pin> V<value> [PULLUP=YES RAW=YES]
@@ -53,6 +61,29 @@ GPIO1 and GPIO3 cannot be used as they are used for serial
5361
if PULLUP=YES set input pull up, if not set input
5462
if RAW=YES do not set pinmode just read value
5563

64+
65+
*Save data string
66+
[ESP300]<data> pwd=<user/admin password>
67+
*Get data string
68+
[ESP301] pwd=<user/admin password>
69+
70+
*Get full EEPROM settings content
71+
but do not give any passwords
72+
can filter if only need wifi or printer
73+
[ESP400]<network/printer>
74+
75+
*Set EEPROM setting
76+
position in EEPROM, type: B(byte), I(integer/long), S(string), A(IP address / mask)
77+
[ESP401]P=<position> T=<type> V=<value> pwd=<user/admin password>
78+
79+
*Get available AP list (limited to 30)
80+
output is JSON or plain text according parameter
81+
[ESP410]<plain>
82+
83+
*Get current settings of ESP3D
84+
output is JSON or plain text according parameter
85+
[ESP420]<plain>
86+
5687
* Get/Set ESP mode
5788
cmd can be RESET, SAFEMODE, CONFIG, RESTART
5889
[ESP444]<cmd>
@@ -66,7 +97,13 @@ if no password set it use default one
6697
* Read SPIFFS file and send each line to serial
6798
[ESP700]<filename>
6899

69-
* Get fw version
100+
* Format SPIFFS
101+
[ESP710]FORMAT pwd=<admin password>
102+
103+
* SPIFFS total size and used size
104+
[ESP720]<header answer>
105+
106+
* Get fw version and basic information
70107
[ESP800]<header answer>
71108

72109
* Get fw target

0 commit comments

Comments
 (0)