Skip to content

Commit

Permalink
Updated fro bugfix of attached interrupts
Browse files Browse the repository at this point in the history
  • Loading branch information
gloomyandy committed Jun 6, 2022
1 parent 9c97223 commit e3f78cb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion WHATS_NEW_UNIFIED.md
@@ -1,5 +1,9 @@
Version 3.4.1_102
=================
* Fixed bug when freeing attached I/O pin

Version 3.4.1_101
====================
==================
* Duet3D 3.4.1
* Fix pins for Fly e3_prov3
* Firmware filenames are now mcu specific (firmware.bin -> firmware-stm32h7.bin/firmware-stm32f4.bin)
Expand Down
2 changes: 1 addition & 1 deletion src/Version.h
Expand Up @@ -10,7 +10,7 @@

#ifndef VERSION
// Note: the complete VERSION string must be in standard version number format and must not contain spaces! This is so that DWC can parse it.
# define MAIN_VERSION "3.4.1_101"
# define MAIN_VERSION "3.4.1_102"
# ifdef USE_CAN0
# define VERSION_SUFFIX "(CAN0)"
# else
Expand Down

0 comments on commit e3f78cb

Please sign in to comment.