mirror of
https://github.com/Ralim/IronOS.git
synced 2025-02-26 07:53:55 +00:00
Handle no accelerometer
This commit is contained in:
@@ -201,7 +201,7 @@
|
||||
|
||||
#ifdef MODEL_T55
|
||||
// T55 Hotplate is similar to Project-Argon, PCB heater + PT100 sensor but no current rolloff compensation
|
||||
// Uses a HUB238 for PD negotiation like the S60P, also has a buzzer
|
||||
// Uses a HUB238 for PD negotiation like the S60, also has a buzzer. Feels like designed to share with S60
|
||||
// Hold back left button for "DFU"
|
||||
|
||||
#define VOLTAGE_DIV 460 // Default divider scaler
|
||||
@@ -224,11 +224,12 @@
|
||||
|
||||
#define OLED_128x32
|
||||
#define OLED_FLIP 1 // Mounted upside down
|
||||
#define POW_PD_EXT 2
|
||||
#define POW_PD_EXT 1 // Older HUB238
|
||||
#define USB_PD_EPR_WATTAGE 0 /*No EPR*/
|
||||
#define DEBUG_POWER_MENU_BUTTON_B 1
|
||||
#define HAS_POWER_DEBUG_MENU
|
||||
#define TEMP_NTC
|
||||
#define NO_ACCEL 1
|
||||
#define I2C_SOFT_BUS_2 // For now we are doing software I2C to get around hardware chip issues
|
||||
#define OLED_I2CBB2
|
||||
#define FILTER_DISPLAYED_TIP_TEMP 4 // Filtering for GUI display
|
||||
|
||||
Reference in New Issue
Block a user