diff --git a/About.py b/About.py index f49985d..f9185fe 100644 --- a/About.py +++ b/About.py @@ -27,6 +27,11 @@ class AboutDlg(wx.Dialog):

Fork the project on GitHub and help improve it for all!

+

+ As with everything I offer for free, this is donation-ware. + Donate with PayPal +

+

© 2017 Marcel Stör. Licensed under MIT.

diff --git a/Main.py b/Main.py index a625bc0..38c7958 100644 --- a/Main.py +++ b/Main.py @@ -12,7 +12,7 @@ from serial.tools import list_ports from esptool import ESPROM from argparse import Namespace -__version__ = "1.0.0" +__version__ = "1.0.1" __supported_baud_rates__ = [9600, 57600, 74880, 115200, 230400, 460800, 921600] # --------------------------------------------------------------------------- diff --git a/images/paypal-256.png b/images/paypal-256.png new file mode 100644 index 0000000..ce8dde2 Binary files /dev/null and b/images/paypal-256.png differ