Skip to content

Source code for the 0x20 badge system

Notifications You must be signed in to change notification settings

0x20/doorkeeper-v2

Repository files navigation

Table structure for table cards in db doorkeeper.db (sqlite3)

CREATE TABLE cards ( card_id INTEGER PRIMARY KEY AUTOINCREMENT, card_uid text NOT NULL, card_owner text DEFAULT unknown NOT NULL, card_added int(30) DEFAULT 0 NOT NULL, card_deleted int(30) DEFAULT 0 NOT NULL);

Dependencies:

  • platformio
  • screen
  • sqlite3

About

Source code for the 0x20 badge system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published