mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-07-17 19:57:49 -06:00
Add'l PLR options, AVR strstr_P compat (#13880)
This commit is contained in:
parent
5dcb25664f
commit
11adcf1ce3
84 changed files with 345 additions and 169 deletions
|
@ -8,7 +8,7 @@ set -e
|
|||
|
||||
restore_configs
|
||||
opt_set MOTHERBOARD BOARD_ESP32
|
||||
opt_enable WIFISUPPORT
|
||||
opt_enable WIFISUPPORT GCODE_MACROS
|
||||
opt_set "WIFI_SSID \"ssid\""
|
||||
opt_set "WIFI_PWD \"password\""
|
||||
opt_set TX_BUFFER_SIZE 64
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue