fixed some little bugs

This commit is contained in:
Edward Emelianov
2023-04-02 18:47:54 +03:00
parent 290e95b76a
commit 87e8120122
5 changed files with 8 additions and 8 deletions

View File

@@ -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"