✨ MKS Robin Nano v3 + TFT_LVGL_UI + WiFi module (#22109)
This commit is contained in:
		@@ -178,16 +178,16 @@
 | 
			
		||||
//
 | 
			
		||||
// Misc. Functions
 | 
			
		||||
//
 | 
			
		||||
#define MT_DET_1                            PA4
 | 
			
		||||
#define MT_DET_2                            PE6
 | 
			
		||||
#define MT_DET_1_PIN                        PA4
 | 
			
		||||
#define MT_DET_2_PIN                        PE6
 | 
			
		||||
#define PW_DET                              PA13
 | 
			
		||||
#define PW_OFF                              PB2
 | 
			
		||||
 | 
			
		||||
#ifndef FIL_RUNOUT_PIN
 | 
			
		||||
  #define FIL_RUNOUT_PIN                MT_DET_1
 | 
			
		||||
  #define FIL_RUNOUT_PIN            MT_DET_1_PIN
 | 
			
		||||
#endif
 | 
			
		||||
#ifndef FIL_RUNOUT2_PIN
 | 
			
		||||
  #define FIL_RUNOUT2_PIN               MT_DET_2
 | 
			
		||||
  #define FIL_RUNOUT2_PIN           MT_DET_2_PIN
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
#ifndef POWER_LOSS_PIN
 | 
			
		||||
@@ -214,6 +214,13 @@
 | 
			
		||||
  #define SDCARD_CONNECTION              ONBOARD
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
// MKS WIFI MODULE
 | 
			
		||||
#if ENABLED(MKS_WIFI_MODULE)
 | 
			
		||||
  #define WIFI_IO0_PIN                      PC13  // MKS ESP WIFI IO0 PIN
 | 
			
		||||
  #define WIFI_IO1_PIN                      PC7   // MKS ESP WIFI IO1 PIN
 | 
			
		||||
  #define WIFI_RESET_PIN                    PE9   // MKS ESP WIFI RESET PIN
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
//
 | 
			
		||||
// Onboard SD card
 | 
			
		||||
//
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user