Skip to content

Commit 76814d7

Browse files
committed
Add PayPal image to About dialog
1 parent 73b06fc commit 76814d7

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

About.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ class AboutDlg(wx.Dialog):
2727
<p>Fork the <a style="color: #004CE5;" href="https://github.com/marcelstoer/nodemcu-pyflasher">project on
2828
GitHub</a> and help improve it for all!</p>
2929
30+
<p>
31+
As with everything I offer for free, this is donation-ware.
32+
<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>
33+
</p>
34+
3035
<p>&copy; 2017 Marcel St&ouml;r. Licensed under MIT.</p>
3136
3237
<p>

Main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from esptool import ESPROM
1313
from argparse import Namespace
1414

15-
__version__ = "1.0.0"
15+
__version__ = "1.0.1"
1616
__supported_baud_rates__ = [9600, 57600, 74880, 115200, 230400, 460800, 921600]
1717

1818
# ---------------------------------------------------------------------------

images/paypal-256.png

30.6 KB
Loading

0 commit comments

Comments
 (0)