Skip to content

Commit

Permalink
Add PayPal image to About dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelstoer committed Apr 16, 2017
1 parent 73b06fc commit 76814d7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions About.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ class AboutDlg(wx.Dialog):
<p>Fork the <a style="color: #004CE5;" href="https://github.com/marcelstoer/nodemcu-pyflasher">project on
GitHub</a> and help improve it for all!</p>
<p>
As with everything I offer for free, this is donation-ware.
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=HFN4ZMET5XS2Q"><img src="{0}/images/paypal-256.png" width="256" height="88" alt="Donate with PayPal"></a>
</p>
<p>&copy; 2017 Marcel St&ouml;r. Licensed under MIT.</p>
<p>
Expand Down
2 changes: 1 addition & 1 deletion Main.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
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]

# ---------------------------------------------------------------------------
Expand Down
Binary file added images/paypal-256.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 76814d7

Please sign in to comment.