mirror of
https://github.com/arendst/Tasmota.git
synced 2025-04-24 23:07:17 +00:00
no config if no model set
This commit is contained in:
parent
8ff3438979
commit
81bf1ef8b6
@ -333,5 +333,21 @@
|
||||
#define PCIE_RX_PIN 46
|
||||
#define PCIE_LED_PIN 21
|
||||
#else
|
||||
#error "Camera model not selected"
|
||||
#define PWDN_GPIO_NUM -1
|
||||
#define RESET_GPIO_NUM -1
|
||||
#define XCLK_GPIO_NUM -1
|
||||
#define SIOD_GPIO_NUM -1
|
||||
#define SIOC_GPIO_NUM -1
|
||||
|
||||
#define Y9_GPIO_NUM -1
|
||||
#define Y8_GPIO_NUM -1
|
||||
#define Y7_GPIO_NUM -1
|
||||
#define Y6_GPIO_NUM -1
|
||||
#define Y5_GPIO_NUM -1
|
||||
#define Y4_GPIO_NUM -1
|
||||
#define Y3_GPIO_NUM -1
|
||||
#define Y2_GPIO_NUM -1
|
||||
#define VSYNC_GPIO_NUM -1
|
||||
#define HREF_GPIO_NUM -1
|
||||
#define PCLK_GPIO_NUM -1
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user