node-red-config.h 373 B

1234567891011121314151617181920212223
  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 ENCODER_X_IMP_PER_TURN 20
  14. #define ENCODER_Y_IMP_PER_TURN 20
  15. //#define USER_MOCKS
  16. #endif /* INC_NODE_RED_CONFIG_H_ */