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

Commit 6924712

Browse files
committed
Add logo
1 parent 69240ec commit 6924712

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

blynk.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,16 @@ 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
278+
`);
279+
270280
// Auto-detect board
271281
if (options.board) {
272282
this.board = options.board;

0 commit comments

Comments
 (0)