File tree Expand file tree Collapse file tree 4 files changed +8
-7
lines changed Expand file tree Collapse file tree 4 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ CONFIG_FLASH_ENCRYPTION_ENABLED=
3737#
3838# Serial flasher config
3939#
40- CONFIG_ESPTOOLPY_PORT="/dev/cu.SLAB_USBtoUART "
40+ CONFIG_ESPTOOLPY_PORT="/dev/cu.usbserial-A1015RV7 "
4141CONFIG_ESPTOOLPY_BAUD_115200B=
4242CONFIG_ESPTOOLPY_BAUD_230400B=
4343CONFIG_ESPTOOLPY_BAUD_921600B=y
Original file line number Diff line number Diff line change @@ -82,10 +82,10 @@ CONFIG_MONITOR_BAUD=115200
8282#
8383# Retro ESP32 Configuration
8484#
85- CONFIG_LCD_DRIVER_CHIP_ODROID_GO=y
86- CONFIG_LCD_DRIVER_CHIP_RETRO_ESP32=
87- CONFIG_DEFAULT_MENU_KEY=y
88- CONFIG_COMBO_MENU_KEY=
85+ CONFIG_LCD_DRIVER_CHIP_ODROID_GO=
86+ CONFIG_LCD_DRIVER_CHIP_RETRO_ESP32=y
87+ CONFIG_DEFAULT_MENU_KEY=
88+ CONFIG_COMBO_MENU_KEY=y
8989
9090#
9191# Partition Table
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ This branch contains the specific modification for the Odroid Go hardware to use
2727- [x] Config for both ILI9341/2
2828
2929## Supported Emulators
30- > What else do you need to know, there are 10 currently supported
30+ > What else do you need to know, there are 11 currently supported
3131
3232- [x] Nintendo Entertainment System
3333- [x] Nintendo Game Boy
@@ -39,6 +39,7 @@ This branch contains the specific modification for the Odroid Go hardware to use
3939- [x] Atari 2600
4040- [x] Atari 7800
4141- [x] Atari Lynx
42+ - [x] PC Engine
4243- [ ] Commodore 64
4344- [ ] Nintendo Game & Watch
4445
Original file line number Diff line number Diff line change 33# port
44bauds () {
55
6- BAUDS=(" 115200" " 230400" " 460800" " 460800 " " 921600" " 2000000" )
6+ BAUDS=(" 115200" " 230400" " 460800" " 921600" " 2000000" )
77 OPTION=" ${monkey} ${red} Please Select ${cyan} Baud Rate${nc} "
88 echo " \n--------------------------------------------------------------------------"
99 echo " \n${OPTION} "
You can’t perform that action at this time.
0 commit comments