Skip to content

Commit 423ac99

Browse files
committed
Fixed T-Embed CC1101 OTA Link
1 parent e366f40 commit 423ac99

3 files changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,11 @@ Things that needs to be done in next updates
7979

8080

8181
## Latest Changelog
82+
83+
* 2.6.2:
84+
* [x] Fixed T-Embed CC1101 OTA Link
85+
* [x] Changed SD file listings for speed([PR 230](https://github.com/bmorcelli/Launcher/pull/230)) [Issue 229](https://github.com/bmorcelli/Launcher/issues/229) thanks @geo-tp and @emericklaw
86+
8287
* 2.6.1:
8388
* [x] Fixed T-Deck Plus touchscreen (added new env for it)
8489
* [x] Fixed M5Stack CoreS3 SD Card not mounting

boards/lilygo-t-embed-cc1101/platformio.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ build_flags =
101101

102102
-DBOARD_HAS_PSRAM=1
103103
-DARDUINO_USB_CDC_ON_BOOT=1
104+
-DOTA_TAG='"t-embed-cc1101"'
104105

105106
-DT_EMBED=1
106107
-DT_EMBED_1101=1

src/webInterface.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ void startWebUi(String ssid, int encryptation, bool mode_ap) {
559559

560560
setTftDisplay(7, tftHeight - 39, ALCOLOR, FP);
561561

562-
tft->drawCentreString("press " + String(BTN_ALIAS) + " to stop", tftWidth / 2, tftHeight - 15, 1);
562+
tft->drawCentreString("press Sel to stop", tftWidth / 2, tftHeight - 15, 1);
563563

564564
#ifdef E_PAPER_DISPLAY
565565
tft->display(false);

0 commit comments

Comments
 (0)