Skip to content
This repository was archived by the owner on May 7, 2025. It is now read-only.

Commit 25a8957

Browse files
committed
Update logo
1 parent ae6ba40 commit 25a8957

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

blynk.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -267,14 +267,14 @@ var Blynk = function(auth, options) {
267267
var options = options || {};
268268
this.heartbeat = options.heartbeat || (10*1000);
269269

270-
console.log("\
271-
___ __ __\
272-
/ _ )/ /_ _____ / /__\
273-
/ _ / / // / _ \\/ '_/\
274-
/____/_/\\_, /_//_/_/\\_\\\
275-
/___/\
276-
\
277-
Give Blynk a Github star! => https://github.com/vshymanskyy/blynk-library-js\
270+
console.log("\n\
271+
___ __ __\n\
272+
/ _ )/ /_ _____ / /__\n\
273+
/ _ / / // / _ \\/ '_/\n\
274+
/____/_/\\_, /_//_/_/\\_\\\n\
275+
/___/\n\
276+
\n\
277+
Give Blynk a Github star! => https://github.com/vshymanskyy/blynk-library-js\n\
278278
");
279279

280280
// Auto-detect board

0 commit comments

Comments
 (0)