mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	NeoPixel - Add support for ESP32-S3 (#4435)
This commit is contained in:
		| @@ -26,3 +26,4 @@ Current test_.yaml file contents. | ||||
| | test5.yaml | ESP32 | wifi | ble_server | ||||
| | test6.yaml | RP2040 | wifi | N/A | ||||
| | test7.yaml | ESP32-C3 | wifi | N/A | ||||
| | test8.yaml | ESP32-S3 | wifi | None | ||||
|   | ||||
							
								
								
									
										27
									
								
								tests/test8.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										27
									
								
								tests/test8.yaml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,27 @@ | ||||
| # Tests for ESP32-S3 boards | ||||
| --- | ||||
| wifi: | ||||
|   ssid: "ssid" | ||||
|  | ||||
| esp32: | ||||
|   board: esp32-c3-devkitm-1 | ||||
|   variant: ESP32S3 | ||||
|   framework: | ||||
|     type: arduino | ||||
|  | ||||
| esphome: | ||||
|   name: "esp32-s3-test" | ||||
|  | ||||
| logger: | ||||
|  | ||||
| light: | ||||
|   - platform: neopixelbus | ||||
|     type: GRB | ||||
|     variant: WS2812 | ||||
|     pin: 33 | ||||
|     num_leds: 1 | ||||
|     id: neopixel | ||||
|     method: esp32_rmt | ||||
|     name: "neopixel-enable" | ||||
|     internal: false | ||||
|     restore_mode: ALWAYS_OFF | ||||
		Reference in New Issue
	
	Block a user