Skip to content

Commit c3a2a07

Browse files
committed
Update LibreTuya references to LibreTiny
1 parent e6f7604 commit c3a2a07

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/build-custom-ap.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ jobs:
5050
python -m pip install --upgrade pip
5151
pip install --upgrade platformio
5252
53-
- name: Install LibreTuya platform
53+
- name: Install LibreTiny platform
5454
run: |
55-
pio platform install -f https://github.com/kuba2k2/libretuya
55+
pio platform install -f https://github.com/kuba2k2/libretiny
5656
5757
- name: Get current build date
5858
id: build

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ A detailed writeup about how this works will probably be here at some point.
88

99
Lightleak is used together with the [Cloudcutter Android](https://github.com/tuya-cloudcutter/cloudcutter-android) application. Currently, there's no other way to use it.
1010

11-
Additionally, you need a device (ESP32/ESP8266/BK7231 or RTL8710B with LibreTuya) to serve as a dummy Wi-Fi Access Point - hereinafter referred to as `CustomAP device`. This will be configured and used by the Android app throughout the process. The [`platformio-custom-ap`](https://github.com/tuya-cloudcutter/lightleak/tree/master/platformio-custom-ap) directory contains a PlatformIO project that can be compiled on any of the platforms mentioned above. You need to download this code, build it, and upload to your device of choice.
11+
Additionally, you need a device (ESP32/ESP8266/BK7231 or RTL8710B with LibreTiny) to serve as a dummy Wi-Fi Access Point - hereinafter referred to as `CustomAP device`. This will be configured and used by the Android app throughout the process. The [`platformio-custom-ap`](https://github.com/tuya-cloudcutter/lightleak/tree/master/platformio-custom-ap) directory contains a PlatformIO project that can be compiled on any of the platforms mentioned above. You need to download this code, build it, and upload to your device of choice.
1212

1313
Plug in the CustomAP device and make sure it works (a `LightleakIdle` Wi-Fi network should be available - scan with your smartphone or laptop). Do not connect to the network manually.
1414

platformio-custom-ap/platformio.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,21 @@ lib_deps =
55
bakercp/CRC32@^2.0.0
66

77
[env:bk7231t]
8-
platform = libretuya
8+
platform = libretiny
99
board = generic-bk7231t-qfn32-tuya
1010
build_flags =
1111
-D LT_UART_DEFAULT_PORT=1
1212
-D LT_UART_SILENT_ALL=1
1313

1414
[env:bk7231n]
15-
platform = libretuya
15+
platform = libretiny
1616
board = generic-bk7231n-qfn32-tuya
1717
build_flags =
1818
-D LT_UART_DEFAULT_PORT=1
1919
-D LT_UART_SILENT_ALL=1
2020

2121
[env:rtl8710bn]
22-
platform = libretuya
22+
platform = libretiny
2323
board = generic-rtl8710bn-2mb-788k
2424

2525
[env:esp32]

0 commit comments

Comments
 (0)