Skip to content

v1.1.3: RX/TX debug

Compare
Choose a tag to compare
@Pwuts Pwuts released this 04 Apr 22:22
· 8 commits to main since this release
const $BadgeAPI = new BadgeAPI();

await $BadgeAPI.connect();
$BadgeAPI.badge.debug = {
  rx: true,
  tx: false,
};