Skip to content

Commit

Permalink
Fixed logo and msg
Browse files Browse the repository at this point in the history
  • Loading branch information
seeul8er committed Aug 17, 2024
1 parent 67e93e8 commit d8edb0d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
/.idea
/node_modules
/wiki
*.lock
4 changes: 2 additions & 2 deletions install.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ <h5 class="h5">Online Serial Flashing Tool<br>DroneBridge for ESP32</h5>
<div id="flash_curr_file"></div>
<progress id="progress_bar1" value="34" max="100"></progress>
</div>
<div class="container center-text" id="success_msg_div" style="display: block">
<div class="container center-text" id="success_msg_div" style="display: none">
<div class="row">Successfully flashed DroneBridge to ESP32!<br>Next: Power cycle and then <a href="https://github.com/DroneBridge/ESP32/wiki/Configuration">configure the device.</a><br>Fly save and have fun!</div>
<div class="row donate_div">
<div class="twelve columns">DroneBridge for ESP32 is free and almost everything is maintained by a single developer! It takes many hundreds of hours to develop, debug and document such polished software.<br><b>Please consider supporting the development by donating, an Espresso or by ordering the official boards to keep the project running!</b></div>
Expand All @@ -83,7 +83,7 @@ <h5 class="h5">Online Serial Flashing Tool<br>DroneBridge for ESP32</h5>
<div class="six columns">
<div class="paypal_button center-all">
<a href="https://www.paypal.com/donate/?hosted_button_id=SG97392AJN73J">
<img src="/images/de-pp-logo-150px.png" alt="Donate via PayPal" />
<img src="images/de-pp-logo-150px.png" alt="Donate via PayPal" />
</a>
</div>
</div>
Expand Down

0 comments on commit d8edb0d

Please sign in to comment.