File tree Expand file tree Collapse file tree 4 files changed +8
-7
lines changed Expand file tree Collapse file tree 4 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -14,9 +14,9 @@ class Hal {
1414public:
1515 void init ();
1616
17- M5GFX& display = M5.Display;
18- m5::IMU_Class& imu = M5.Imu;
19- m5::RTC8563_Class & rtc = M5.Rtc;
17+ M5GFX& display = M5.Display;
18+ m5::IMU_Class& imu = M5.Imu;
19+ m5::RTC_Class & rtc = M5.Rtc;
2020
2121 /* -------------------------------------------------------------------------- */
2222 /* System */
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ extern "C" void app_main(void)
4545 GetHAL ().init ();
4646
4747 draw_gray_scale_bars ();
48- GetHAL ().delay (1000 );
48+ GetHAL ().delay (3000 );
4949
5050 // Install apps
5151 GetMooncake ().installApp (std::make_unique<AppPower>());
Original file line number Diff line number Diff line change 22 {
33 "url" : " https://github.com/m5stack/M5GFX.git" ,
44 "path" : " components/M5GFX" ,
5- "branch" : " 0.2.9 "
5+ "branch" : " 0.2.15 "
66 },
77 {
88 "url" : " https://github.com/m5stack/M5Unified.git" ,
99 "path" : " components/M5Unified" ,
10- "branch" : " 0.2.7 "
10+ "branch" : " 0.2.10 "
1111 },
1212 {
1313 "url" : " https://github.com/Forairaaaaa/mooncake.git" ,
1717 {
1818 "url" : " https://github.com/Forairaaaaa/mooncake_log.git" ,
1919 "path" : " components/mooncake_log" ,
20- "branch" : " v1.0 .0"
20+ "branch" : " v1.3 .0"
2121 }
2222]
Original file line number Diff line number Diff line change @@ -7,5 +7,6 @@ CONFIG_PARTITION_TABLE_CUSTOM=y
77CONFIG_COMPILER_ORPHAN_SECTIONS_WARNING=y
88CONFIG_SPIRAM=y
99CONFIG_SPIRAM_MODE_OCT=y
10+ CONFIG_ESP_MAIN_TASK_STACK_SIZE=6000
1011CONFIG_ESP_WIFI_STATIC_TX_BUFFER=y
1112CONFIG_LOG_COLORS=n
You can’t perform that action at this time.
0 commit comments