We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 553c01a commit fe5e685Copy full SHA for fe5e685
Changelog.md
@@ -1,3 +1,7 @@
1
+**V1.13.15 - Updates**
2
+- Check `INFO_DISPLAY_TYPE` builds in CI
3
+- Fix `INFO_DISPLAY_TYPE_I2C_SSD1306_128x64` for esp32 builds
4
+
5
**V1.13.14 - Updates**
6
- Improved Serial command handling (made it less 'blocking'), which should improve general performance
7
- Guide pulses are ignored when tracking is disabled (for example, when at the limits)
Version.h
@@ -3,4 +3,4 @@
// Also, numbers are interpreted as simple numbers. _ __ _
// So 1.8 is actually 1.08, meaning that 1.12 is a later version than 1.8. \_(..)_/
-#define VERSION "V1.13.14"
+#define VERSION "V1.13.15"
0 commit comments