Skip to content

Commit 0838715

Browse files
committed
update readme
1 parent 795129f commit 0838715

2 files changed

Lines changed: 18 additions & 2 deletions

File tree

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,22 @@
44

55
![](https://github.com/Forairaaaaa/rachel_sdk_simulator/blob/main/pics/cover_smaller.jpg?raw=true)
66

7+
8+
9+
# Rachel
10+
11+
ESP32 迷你游戏机,很复古,什么也做不到(悲)
12+
13+
项目目的:卖萌
14+
15+
元件都是 `0603` 哦,铁板烧就能焊
16+
17+
视频介绍:[https://www.bilibili.com/video/BV1Ga4y1f7d3/](https://www.bilibili.com/video/BV1Ga4y1f7d3/)
18+
19+
硬件开源:[https://oshwhub.com/eedadada/mason](https://oshwhub.com/eedadada/mason)
20+
21+
22+
723
# Rachel SDK
824

925
## 编译

src/rachel/apps/app_screencast/app_screencast.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
// Not enough ram, enable this arduino wifi shit cause font loading from sd card filed
1818
// push png filed, nofrendo load rom loading failed
19-
#define ENABLE_APP_SCREENCAST 1
19+
#define ENABLE_APP_SCREENCAST 0
2020

2121
#ifdef ESP_PLATFORM
2222
#if ENABLE_APP_SCREENCAST
@@ -109,10 +109,10 @@ void AppScreencast::onRunning()
109109
HAL::Reboot();
110110
}
111111
delete recv;
112-
#endif
113112

114113
// :(
115114
HAL::Reboot();
115+
#endif
116116

117117
destroyApp();
118118
}

0 commit comments

Comments
 (0)