mirror of
https://github.com/Ralim/IronOS.git
synced 2025-02-26 07:53:55 +00:00
Enable on Pinecilv1 / TS10x
This commit is contained in:
@@ -181,6 +181,7 @@
|
||||
#define I2C_SOFT_BUS_1 1
|
||||
#define OLED_I2CBB1 1
|
||||
#define ACCEL_I2CBB1 1
|
||||
#define TIPTYPE_T12 1 // Can manually pick a T12 tip
|
||||
|
||||
#define TEMP_TMP36
|
||||
#endif /* TS100 */
|
||||
@@ -213,6 +214,8 @@
|
||||
#define TEMP_NTC 1
|
||||
#define ACCEL_I2CBB1 1
|
||||
#define POW_EPR 1
|
||||
#define AUTO_TIP_SELECTION 1 // Can auto-select the tip
|
||||
#define TIPTYPE_T12 1 // Can manually pick a T12 tip
|
||||
#define HAS_POWER_DEBUG_MENU
|
||||
#define DEBUG_POWER_MENU_BUTTON_B
|
||||
|
||||
|
||||
@@ -155,6 +155,7 @@
|
||||
#define POW_QC_20V 1
|
||||
#define ENABLE_QC2 1
|
||||
#define MAG_SLEEP_SUPPORT 1
|
||||
#define TIPTYPE_T12 1 // Can manually pick a T12 tip
|
||||
#define TEMP_TMP36
|
||||
#define ACCEL_BMA
|
||||
#define ACCEL_SC7
|
||||
|
||||
@@ -9,9 +9,9 @@
|
||||
|
||||
#ifndef CORE_SETTINGS_H_
|
||||
#define CORE_SETTINGS_H_
|
||||
#include "configuration.h"
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
#include "configuration.h"
|
||||
#ifdef MODEL_Pinecilv2
|
||||
// Required settings reset for PR #1916
|
||||
#define SETTINGSVERSION (0x55AB) // This number is frozen, do not edit
|
||||
@@ -141,8 +141,7 @@ typedef enum {
|
||||
#endif
|
||||
TIP_TYPE_MAX, // Max value marker
|
||||
} tipType_t;
|
||||
|
||||
uint8_t getUserSelectedTipResistance();
|
||||
uint8_t getUserSelectedTipResistance(); // returns the resistance matching the selected tip type or 0 for auto
|
||||
|
||||
// Settings wide operations
|
||||
void saveSettings();
|
||||
|
||||
Reference in New Issue
Block a user