Skip to content

Commit

Permalink
Update EI logo, logo URL
Browse files Browse the repository at this point in the history
  • Loading branch information
ElectricImpSampleCode committed Mar 28, 2018
1 parent 63b2b36 commit 2c0d50f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thermalprinter/thermalprinter.agent.nut
Expand Up @@ -54,7 +54,7 @@ imageLine <- 0
// print the electric imp logo!
function printLogo() {
//First, download it from the electric imp server
local reqURL = "http://electricimp.com/docs/attachments/images/examples/resources/ei_logo_tinyprinter.bmp";
local reqURL = "https://electricimp.com/oldfiles/ei_logo_tinyprinter.bmp";
// Note: bitmaps should be 384 pixels wide
// if you don't pre-size your image properly, the printer will just mangle it
// also note that the header-reading below is specific to a classic "BM" bitmap, with
Expand Down

0 comments on commit 2c0d50f

Please sign in to comment.