mirror of
https://github.com/javl/image2cpp.git
synced 2026-07-27 19:56:07 +00:00
Adds link to repo
This commit is contained in:
+4
-9
@@ -1,11 +1,3 @@
|
||||
<!--
|
||||
"image2cpp"
|
||||
Original utility by:
|
||||
https://jaspervanloenen.com
|
||||
|
||||
This is a modified version by:
|
||||
https://wiredolphine.net
|
||||
-->
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
@@ -67,6 +59,9 @@
|
||||
<body>
|
||||
<div class="wrapper">
|
||||
<h1>image2cpp</h1>
|
||||
<p>
|
||||
<a href="https://github.com/javl/image2cpp" target="_blank">Click here to visit the Github repo for this tool.</a>
|
||||
</p>
|
||||
<p>
|
||||
<table>
|
||||
<tr>
|
||||
@@ -433,7 +428,7 @@
|
||||
|
||||
// Get the custom arduino output variable name, if any
|
||||
function getVariableName() {
|
||||
var vn = document.getElementById('variableName');
|
||||
var vn = document.getElementById('variableName');
|
||||
return vn && vn.value.length ? vn.value : variableName;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user