File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change
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 }}
Original file line number Diff line number Diff line change 39
39
![ PCB1] ( assets/pcb1.jpg )
40
40
![ PCB2] ( assets/pcb2.jpg )
41
41
![ PCB3] ( assets/pcb_with_components.jpg )
42
-
42
+ > [ !WARNING]
43
+ > При прошивке или зарядке устройства отключите питание от батареи с помощью переключателя.
43
44
## Создание изображений и загрузка
44
45
1 . Запустите [ imageProcessor.exe] ( https://github.com/AlexGyver/imageProcessor ) (установите java)
45
46
@@ -105,3 +106,5 @@ pio run --target upload
105
106
106
107
## Проект открыт для Pull-реквестов
107
108
## Сделано с любовью ❤
109
+
110
+
You can’t perform that action at this time.
0 commit comments