Skip to content

Commit 7fcdf31

Browse files
Skorpionmskotopes
andauthored
AVR_ISP: Update API v58.0 (#162)
Co-authored-by: あく <alleteam@gmail.com>
1 parent cd9c4e5 commit 7fcdf31

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed
+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## 1.1
2+
- Updade API v58.0
3+
## 1.0
4+
- Initial release

avr_isp_programmer/application.fam

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ App(
66
requires=["gui"],
77
stack_size=4 * 1024,
88
fap_description="Application for flashing AVR microcontrollers",
9-
fap_version="1.0",
9+
fap_version="1.1",
1010
fap_icon="avr_app_icon_10x10.png",
1111
fap_category="GPIO",
1212
fap_icon_assets="images",

avr_isp_programmer/helpers/avr_isp_types.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#include <furi.h>
44
#include <furi_hal.h>
55

6-
#define AVR_ISP_VERSION_APP "0.1"
6+
#define AVR_ISP_VERSION_APP FAP_VERSION
77
#define AVR_ISP_DEVELOPED "SkorP"
88
#define AVR_ISP_GITHUB "https://github.com/flipperdevices/flipperzero-good-faps"
99

avr_isp_programmer/scenes/avr_isp_scene_input_name.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ void avr_isp_scene_input_name_text_callback(void* context) {
1111
}
1212

1313
void avr_isp_scene_input_name_get_timefilename(FuriString* name) {
14-
FuriHalRtcDateTime datetime = {0};
14+
DateTime datetime = {0};
1515
furi_hal_rtc_get_datetime(&datetime);
1616
furi_string_printf(
1717
name,

0 commit comments

Comments
 (0)