[core] Prepare for project name change
This commit is contained in:
@@ -9,7 +9,7 @@ By using a simple TUI (text user interface), you can check which I/O pins corres
|
||||
|
||||
Uploading the example and opening up a terminal (e.g. PuTTY) presents this menu:
|
||||
```
|
||||
LibreTuya v0.8.0, PinScan v1.0
|
||||
LibreTiny v0.8.0, PinScan v1.0
|
||||
Board: cb2s
|
||||
I/O count: 11
|
||||
Digital I/O count: 11
|
||||
|
||||
@@ -7,7 +7,7 @@ void printHelp(uint8_t mode) {
|
||||
switch (mode) {
|
||||
case '\0':
|
||||
stream->setTimeout(10000);
|
||||
stream->println("LibreTuya v" LT_VERSION_STR ", PinScan v" EXAMPLE_VER);
|
||||
stream->println("LibreTiny v" LT_VERSION_STR ", PinScan v" EXAMPLE_VER);
|
||||
stream->println("Board: " LT_BOARD_STR);
|
||||
stream->print("I/O count: ");
|
||||
stream->println(PINS_COUNT);
|
||||
|
||||
Reference in New Issue
Block a user