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 I2C_SOFT_BUS_1 1
|
||||||
#define OLED_I2CBB1 1
|
#define OLED_I2CBB1 1
|
||||||
#define ACCEL_I2CBB1 1
|
#define ACCEL_I2CBB1 1
|
||||||
|
#define TIPTYPE_T12 1 // Can manually pick a T12 tip
|
||||||
|
|
||||||
#define TEMP_TMP36
|
#define TEMP_TMP36
|
||||||
#endif /* TS100 */
|
#endif /* TS100 */
|
||||||
@@ -213,6 +214,8 @@
|
|||||||
#define TEMP_NTC 1
|
#define TEMP_NTC 1
|
||||||
#define ACCEL_I2CBB1 1
|
#define ACCEL_I2CBB1 1
|
||||||
#define POW_EPR 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 HAS_POWER_DEBUG_MENU
|
||||||
#define DEBUG_POWER_MENU_BUTTON_B
|
#define DEBUG_POWER_MENU_BUTTON_B
|
||||||
|
|
||||||
|
|||||||
@@ -155,6 +155,7 @@
|
|||||||
#define POW_QC_20V 1
|
#define POW_QC_20V 1
|
||||||
#define ENABLE_QC2 1
|
#define ENABLE_QC2 1
|
||||||
#define MAG_SLEEP_SUPPORT 1
|
#define MAG_SLEEP_SUPPORT 1
|
||||||
|
#define TIPTYPE_T12 1 // Can manually pick a T12 tip
|
||||||
#define TEMP_TMP36
|
#define TEMP_TMP36
|
||||||
#define ACCEL_BMA
|
#define ACCEL_BMA
|
||||||
#define ACCEL_SC7
|
#define ACCEL_SC7
|
||||||
|
|||||||
@@ -9,9 +9,9 @@
|
|||||||
|
|
||||||
#ifndef CORE_SETTINGS_H_
|
#ifndef CORE_SETTINGS_H_
|
||||||
#define CORE_SETTINGS_H_
|
#define CORE_SETTINGS_H_
|
||||||
|
#include "configuration.h"
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include "configuration.h"
|
|
||||||
#ifdef MODEL_Pinecilv2
|
#ifdef MODEL_Pinecilv2
|
||||||
// Required settings reset for PR #1916
|
// Required settings reset for PR #1916
|
||||||
#define SETTINGSVERSION (0x55AB) // This number is frozen, do not edit
|
#define SETTINGSVERSION (0x55AB) // This number is frozen, do not edit
|
||||||
@@ -141,8 +141,7 @@ typedef enum {
|
|||||||
#endif
|
#endif
|
||||||
TIP_TYPE_MAX, // Max value marker
|
TIP_TYPE_MAX, // Max value marker
|
||||||
} tipType_t;
|
} tipType_t;
|
||||||
|
uint8_t getUserSelectedTipResistance(); // returns the resistance matching the selected tip type or 0 for auto
|
||||||
uint8_t getUserSelectedTipResistance();
|
|
||||||
|
|
||||||
// Settings wide operations
|
// Settings wide operations
|
||||||
void saveSettings();
|
void saveSettings();
|
||||||
|
|||||||
Reference in New Issue
Block a user