Skip to content

Commit 8670e08

Browse files
committed
Works
1 parent 4b589e2 commit 8670e08

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+1969
-6131
lines changed

lib/PTP_ESP/D3300.h

+1
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,7 @@ valueNameStructUint16 LIST_EVENT[] = {
238238
{"LVProh", 0xD1A4},
239239
{"LVMovieMd", 0xD1AC},
240240
{"LVAfArea", 0x9205},
241+
{"ExpRemain", 0xD1F1},
241242

242243
};
243244

lib/PTP_ESP/EventDumper.h

-90
This file was deleted.

lib/PTP_ESP/MyBluetoothCode.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ enum class MyBluetoothCode {
66
LiveViewImageOut = 225,
77
JpegOut = 226,
88
JpegHqOut = 227,
9+
EndObjectHandlesListOut = 228,
910

1011
ShutterSpeedIn = 83,
1112
ApertureIn = 86,
@@ -25,5 +26,5 @@ enum class MyBluetoothCode {
2526
JpegIn = 78,
2627
JpegHqIn = 80,
2728
RawIn = 81,
28-
29+
TimelapseStop = 69,
2930
};

lib/PTP_ESP/MyRpCode.h

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
#pragma once
2+
3+
enum class MyRpCode {
4+
HardwareError = 0xA001,
5+
OutOfFocus = 0xA002,
6+
ChangeCameraModeFailed = 0xA003,
7+
InvalidStatus = 0xA004,
8+
SetPropertyNotSupported = 0xA005,
9+
WbResetError = 0xA006,
10+
DustReferenceError = 0xA007,
11+
ShutterSpeedBulb = 0xA008,
12+
MirrorUpSequence = 0xA009,
13+
CameraModeNotAdjustFNumber = 0xA00A,
14+
NotLiveView = 0xA00B,
15+
MfDriveStepEnd = 0xA00C,
16+
MfDriveStepInsufficiency = 0xA00E,
17+
AdvancedTransferCancel = 0xA022,
18+
};

lib/PTP_ESP/ObjectHandlesDumper.cpp

-76
This file was deleted.

lib/PTP_ESP/ObjectHandlesDumper.h

-54
This file was deleted.

lib/PTP_ESP/hexdumpPerso.cpp

-104
This file was deleted.

0 commit comments

Comments
 (0)