Fix ESP32 name conflict
This commit is contained in:
		| @@ -1,6 +1,6 @@ | ||||
| #!/usr/bin/env bash | ||||
| # | ||||
| # Build tests for esp32 | ||||
| # Build tests for ESP32 | ||||
| # | ||||
|  | ||||
| # exit on first failure | ||||
| @@ -10,7 +10,7 @@ set -e | ||||
| # Build with the default configurations | ||||
| # | ||||
| restore_configs | ||||
| opt_set MOTHERBOARD BOARD_ESP32 | ||||
| opt_set MOTHERBOARD BOARD_ESPRESSIF_ESP32 | ||||
| opt_enable WIFISUPPORT GCODE_MACROS BAUD_RATE_GCODE | ||||
| opt_set "WIFI_SSID \"ssid\"" | ||||
| opt_set "WIFI_PWD \"password\"" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user