fix(sys-clk-oc): revert charging current limit back to 2000mA

This commit is contained in:
hanabbi
2023-04-19 23:15:59 +09:00
committed by hanabbi
parent b63dea2807
commit 77e6f57593
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
[![License: GPL v2](https://img.shields.io/badge/License-GPL_v2-blue.svg)](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html) [![License: GPL v2](https://img.shields.io/badge/License-GPL_v2-blue.svg)](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html)
This is continuation of Switch-OC-Suite just for my personal usage. This project is very dangerous and I do not recommend using it. USE AT YOUR OWN RISK This is continuation of Switch-OC-Suite just for my personal use. This project is very dangerous and can possibly damage your console. Therefore I do not recommend using this project. If you decide to do so, USE AT YOUR OWN RISK
Overclocking Suite for Nintendo Switch consoles running Atmosphere CFW. Overclocking Suite for Nintendo Switch consoles running Atmosphere CFW.

View File

@@ -13,7 +13,7 @@
#include <stdint.h> #include <stdint.h>
#include <stddef.h> #include <stddef.h>
const uint32_t CHARGING_CURRENT_MA_LIMIT = 3000; const uint32_t CHARGING_CURRENT_MA_LIMIT = 2000;
typedef enum { typedef enum {
SysClkConfigValue_PollingIntervalMs = 0, SysClkConfigValue_PollingIntervalMs = 0,