mirror of
https://github.com/eddyem/CCD_Capture.git
synced 2026-03-20 08:40:56 +03:00
fixed some little bugs
This commit is contained in:
4
server.h
4
server.h
@@ -40,8 +40,8 @@ char *makeabspath(const char *path, int shouldbe);
|
||||
// get last exposed image
|
||||
#define CMD_GETIMAGE "getimage"
|
||||
// get image size in pixels
|
||||
#define CMD_IMWIDTH "imheight"
|
||||
#define CMD_IMHEIGHT "imwidth"
|
||||
#define CMD_IMWIDTH "imwidth"
|
||||
#define CMD_IMHEIGHT "imheight"
|
||||
|
||||
// CCD/CMOS
|
||||
#define CMD_CAMLIST "camlist"
|
||||
|
||||
Reference in New Issue
Block a user