File tree Expand file tree Collapse file tree 2 files changed +28
-1
lines changed Expand file tree Collapse file tree 2 files changed +28
-1
lines changed Original file line number Diff line number Diff line change 1+ ## What's Changed
2+
3+ # Updates
4+ * Update CI to use github-actions instead of Travis
5+ * Update platformio.ini to support more features
6+ * Create wiki source directory and github-action to sync with wiki
7+ * Add ESP01S in platformIO thanks @padcom
8+ * Added support for IFTTT Webhook integration thanks @KingBain
9+
10+ # Fixes
11+ * Fix compilation issues with esp32 core 1.0.5
12+ * Fix wrong detection of [ESPXXX]Command if used in macro or web command and sent to printer using M118
13+ * Fix warnings in updater only mode
14+ * Fix several warnings in code and libs
15+ * Fix typo in pushError function (wrong type)
16+
17+ # Wiki / Documentation / Readme
18+ * Add connection diagram for weedo tina2 thanks @atsju
19+ * Add recommended extensions for easier linting thanks @atsju
20+ * Update feature request template thanks @atsju
21+ * Update Wiki / Readme thanks @atsju
22+ * Update Readme thanks @jschwalbe
23+ * Update funding methods
24+ * Update chat from gitter to discord
25+ * Update index.html.gz (use english mono language)
26+
27+ **Full Changelog**: https://github.com/luc-github/ESP3D/compare/v2.1.1...v2.1.2
Original file line number Diff line number Diff line change 1919*/
2020
2121// version and sources location
22- #define FW_VERSION " 2.1.1.b10 "
22+ #define FW_VERSION " 2.1.2 "
2323#define REPOSITORY " https://github.com/luc-github/ESP3D"
2424
2525// Customize ESP3D ////////////////////////////////////////////////////////////////////////
You can’t perform that action at this time.
0 commit comments