Catalin84

Results 2 issues of Catalin84

#define PIN_ENABLE D3 i dont see if pin enable is working. in the code there is no #define PIN_ENABLE , so motor is getting hot! any ideea?

i use this server.js code. const { WebcastPushConnection } = require('tiktok-live-connector'); const WebSocket = require('ws'); const tiktokUsername = 'name'; (REMOVED REAL USERNAME) const tiktokLive = new WebcastPushConnection(tiktokUsername); const wss =...