mirror of
https://github.com/esphome/esphome-flasher.git
synced 2024-11-16 10:55:31 +01:00
Add PayPal image to About dialog
This commit is contained in:
parent
73b06fc48e
commit
76814d7467
5
About.py
5
About.py
@ -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>© 2017 Marcel Stör. Licensed under MIT.</p>
|
||||
|
||||
<p>
|
||||
|
2
Main.py
2
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]
|
||||
|
||||
# ---------------------------------------------------------------------------
|
||||
|
BIN
images/paypal-256.png
Normal file
BIN
images/paypal-256.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 31 KiB |
Loading…
Reference in New Issue
Block a user