Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
9 changes: 8 additions & 1 deletion include/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,18 @@ enum WIFI_CONNECT_RETRY_TIME // Time to sleep before trying to connect to the Wi
#define PIN_INTERRUPT 3 //the green button
#define PIN_VBAT_SWITCH 21 //load switch enable pin for battery voltage measurement
#define VBAT_SWITCH_LEVEL HIGH //load switch enable pin active level
#elif defined(BOARD_DFR_FireBeetle_ESP32E)
#define DEVICE_MODEL "dfrobot_firebeetle_esp32e"
// TODO
#define PIN_INTERRUPT 4 // have to add the button
#else
#endif

#if defined(BOARD_XIAO_EPAPER_DISPLAY) || defined(BOARD_SEEED_RETERMINAL_E1001)
#define PIN_BATTERY 1
#elif defined(BOARD_DFR_FireBeetle_ESP32E)
// TODO confirm pin
#define PIN_BATTERY 34
#else
#define PIN_BATTERY 3
#endif
Expand All @@ -103,7 +111,6 @@ enum WIFI_CONNECT_RETRY_TIME // Time to sleep before trying to connect to the Wi
#define BUTTON_SOFT_RESET_TIME 15000

#define SERVER_MAX_RETRIES 3

#define API_BASE_URL "https://trmnl.app"

#endif
Binary file removed lib/bb_epaper/.DS_Store
Binary file not shown.
202 changes: 0 additions & 202 deletions lib/bb_epaper/APL.txt

This file was deleted.

9 changes: 0 additions & 9 deletions lib/bb_epaper/CMakeLists.txt

This file was deleted.

103 changes: 0 additions & 103 deletions lib/bb_epaper/LICENSE

This file was deleted.

Loading