mirror of
https://github.com/javl/image2cpp.git
synced 2026-07-28 04:05:35 +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>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
@@ -67,6 +59,9 @@
|
|||||||
<body>
|
<body>
|
||||||
<div class="wrapper">
|
<div class="wrapper">
|
||||||
<h1>image2cpp</h1>
|
<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>
|
<p>
|
||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
@@ -433,7 +428,7 @@
|
|||||||
|
|
||||||
// Get the custom arduino output variable name, if any
|
// Get the custom arduino output variable name, if any
|
||||||
function getVariableName() {
|
function getVariableName() {
|
||||||
var vn = document.getElementById('variableName');
|
var vn = document.getElementById('variableName');
|
||||||
return vn && vn.value.length ? vn.value : variableName;
|
return vn && vn.value.length ? vn.value : variableName;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user