Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
MCUdude committed Apr 6, 2021
1 parent c172162 commit 33b6234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion avr/platform.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5---3rd-party-Hardware-specification

name=MightyCore
version=2.1.1
version=2.1.2

# AVR compile variables
# ---------------------
Expand Down

5 comments on commit 33b6234

@JensGrabner
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Version 2.1.2 have problem to calculate the paramater of
Timer1.initialize(Time_LOW); // sets timer1 to a period of 263 microseconds

It use to calculate the paramater the Standard frequency of 16MHz and not the used frequency, in mee is these 12MHz.

@MCUdude
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And this works in version 2.1.0?

@JensGrabner
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Version 2.1.0 works fine.

@JensGrabner
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Version 2.1.1 works also fine.

@MCUdude
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can have a look at the changes between v2.1.1 and v2.1.2. I've not done anything to the Arduino source files. Most of the commits are related to the Optiboot library for flash writing.

Please sign in to comment.