node-red-config.h 304 B

1234567891011121314151617181920
  1. /*
  2. * node-red-config.h
  3. *
  4. * Created on: Jun 14, 2024
  5. * Author: jakubski
  6. */
  7. #ifndef INC_NODE_RED_CONFIG_H_
  8. #define INC_NODE_RED_CONFIG_H_
  9. #define PV_BOARD
  10. #define FEATURE_ON 1
  11. #define FEATURE_OFF 0
  12. #define UART_TASK_LOGS FEATURE_ON
  13. //#define USER_MOCKS
  14. #endif /* INC_NODE_RED_CONFIG_H_ */