Skip to content

Commit

Permalink
fixing bom nonsense
Browse files Browse the repository at this point in the history
  • Loading branch information
increpare committed Dec 1, 2016
1 parent 135363d commit 8834cfa
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 286 deletions.
248 changes: 1 addition & 247 deletions FileSaver.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

37 changes: 0 additions & 37 deletions Flickuboy/Flickuboy.ino

This file was deleted.

2 changes: 1 addition & 1 deletion flickuboy.html
Expand Up @@ -498,7 +498,7 @@

var BB = get_blob();
var blob = new BB([s], {type: "text/plain;charset=utf-8"});
saveAs(blob, "flickuboy.ino");
saveAs(blob, "flickuboy.ino",true);

console.log(s);
}
Expand Down
Binary file modified flickuboy_helpimage.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion flickuboy_howto.html
Expand Up @@ -112,8 +112,12 @@ <h2>source code</h2>
<p>
<a href="https://github.com/increpare/flickgame">github</a>
<p>
Flickugame uses code from the unofficial <a href="">arduboy2</a> library. So thanks to those people!
Flickugame uses code from the unofficial <a href="https://github.com/MLXXXp/Arduboy2">arduboy2</a> library. So thanks to those people!
<p>
<h2>credits</h2>
<p>
<p>
made by <a href="http://www.increpare.com">increpare</a> [ <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=RF7ZTG7FEU7YN&lc=GB&item_name=flickgame&item_number=flickgame%20donation&currency_code=EUR&bn=PP%2dDonationsBF%3abtn_donate_LG%2egif%3aNonHosted">DONATE</a> ]
<p>
</body>
</html>

0 comments on commit 8834cfa

Please sign in to comment.