Skip to content

Commit 8000ba9

Browse files
committed
Merge remote-tracking branch 'refs/remotes/origin/main'
2 parents 293c062 + 2163312 commit 8000ba9

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

.github/workflows/tgsend.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Telegram Message
2+
on:
3+
release:
4+
types: [published]
5+
jobs:
6+
build:
7+
name: Send Message
8+
runs-on: ubuntu-latest
9+
steps:
10+
- name: send telegram message on push
11+
uses: appleboy/telegram-action@master
12+
with:
13+
to: ${{ secrets.TELEGRAM_TO }}
14+
token: ${{ secrets.TELEGRAM_TOKEN }}
15+
disable_web_page_preview: true
16+
message: |
17+
${{ github.event.repository.name }} v${{ github.event.release.tag_name }}
18+
${{ github.event.release.body }}
19+
https://github.com/${{ github.repository }}

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@
3939
![PCB1](assets/pcb1.jpg)
4040
![PCB2](assets/pcb2.jpg)
4141
![PCB3](assets/pcb_with_components.jpg)
42-
42+
> [!WARNING]
43+
> При прошивке или зарядке устройства отключите питание от батареи с помощью переключателя.
4344
## Создание изображений и загрузка
4445
1. Запустите [imageProcessor.exe](https://github.com/AlexGyver/imageProcessor) (установите java)
4546

@@ -105,3 +106,5 @@ pio run --target upload
105106

106107
## Проект открыт для Pull-реквестов
107108
## Сделано с любовью ❤
109+
110+

0 commit comments

Comments
 (0)