Skip to content

Commit

Permalink
Update factory program
Browse files Browse the repository at this point in the history
  • Loading branch information
ShallowGreen123 committed Oct 24, 2024
1 parent e1c490d commit c4f4931
Show file tree
Hide file tree
Showing 41 changed files with 9 additions and 11,889 deletions.
17 changes: 8 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,20 @@
<p>
<a href="https://platformio.org/"> <img src="./hardware/image/PlatformIO_badge.png" height="20px"> </a>
<a href="https://www.arduino.cc/en/software"> <img src="./hardware/image/Arduino_badge.png" height="20px"></a>
<a href=""> <img src="https://img.shields.io/badge/Liiygo-T_Embed_CC1101-blue" height="20px"></a>
<a href=""> <img src="https://img.shields.io/badge/language-c++-brightgreen" height="20px"></a>
<a href="https://www.lilygo.cc/products/t-embed-cc1101"> <img src="https://img.shields.io/badge/Liiygo-T_Embed_CC1101-blue" height="20px"></a>
</p>

* [切换到中文版](./README_CN.md)


## :one:Product 🎁

| Version | v1.0 24-03-15 |
|:-------:|:-----------------:|
| Module | ESP32-S3-WROOM-1U |
| Flash | 16MB |
| PSRAM | 8MB |
| Screen | 320x170 |
| Product | [T-Embed-CC1101 ](https://www.lilygo.cc/products/t-embed-cc1101) |
|:-------:|:----------------------------------------------------------------:|
| Module | ESP32-S3-WROOM-1U |
| Flash | 16MB |
| PSRAM | 8MB |
| Screen | 320x170 |

### Wireless transceiver:

Expand Down Expand Up @@ -49,7 +48,7 @@ Some examples are provided under the Project example folder, which can run on Pl
- ✅ cc1101_send_irq :Wireless sending test, display sent messages in the serial port.
- ✅ display_test :Screen display test;
- ✅ encode_test :encoder tester
-factory :Factory programs can currently only be compiled and downloaded on PlatformIO;
-factory_test :Factory programs can currently only be compiled and downloaded on PlatformIO;
- ✅ infrared_recv_test: Infrared test
- ✅ infrared_send_test: Infrared test
- ✅ lvgl_test :lvgl benchmark and stress testing;
Expand Down
Loading

0 comments on commit c4f4931

Please sign in to comment.