Skip to content
Merged
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
6 changes: 3 additions & 3 deletions main/hal/hal.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ class Hal {
public:
void init();

M5GFX& display = M5.Display;
m5::IMU_Class& imu = M5.Imu;
m5::RTC8563_Class& rtc = M5.Rtc;
M5GFX& display = M5.Display;
m5::IMU_Class& imu = M5.Imu;
m5::RTC_Class& rtc = M5.Rtc;

/* -------------------------------------------------------------------------- */
/* System */
Expand Down
2 changes: 1 addition & 1 deletion main/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ extern "C" void app_main(void)
GetHAL().init();

draw_gray_scale_bars();
GetHAL().delay(1000);
GetHAL().delay(3000);

// Install apps
GetMooncake().installApp(std::make_unique<AppPower>());
Expand Down
6 changes: 3 additions & 3 deletions repos.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
{
"url": "https://github.com/m5stack/M5GFX.git",
"path": "components/M5GFX",
"branch": "0.2.9"
"branch": "0.2.15"
},
{
"url": "https://github.com/m5stack/M5Unified.git",
"path": "components/M5Unified",
"branch": "0.2.7"
"branch": "0.2.10"
},
{
"url": "https://github.com/Forairaaaaa/mooncake.git",
Expand All @@ -17,6 +17,6 @@
{
"url": "https://github.com/Forairaaaaa/mooncake_log.git",
"path": "components/mooncake_log",
"branch": "v1.0.0"
"branch": "v1.3.0"
}
]
1 change: 1 addition & 0 deletions sdkconfig.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ CONFIG_PARTITION_TABLE_CUSTOM=y
CONFIG_COMPILER_ORPHAN_SECTIONS_WARNING=y
CONFIG_SPIRAM=y
CONFIG_SPIRAM_MODE_OCT=y
CONFIG_ESP_MAIN_TASK_STACK_SIZE=6000
CONFIG_ESP_WIFI_STATIC_TX_BUFFER=y
CONFIG_LOG_COLORS=n