File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -11755,7 +11755,7 @@ esp32-gateway.menu.Revision.RevC=Revision C or older
11755
11755
esp32-gateway.menu.Revision.RevC.build.board=ESP32_GATEWAY_C
11756
11756
esp32-gateway.menu.Revision.RevE=Revision E
11757
11757
esp32-gateway.menu.Revision.RevE.build.board=ESP32_GATEWAY_E
11758
- esp32-gateway.menu.Revision.RevF=Revision F
11758
+ esp32-gateway.menu.Revision.RevF=Revision F or newer
11759
11759
esp32-gateway.menu.Revision.RevF.build.board=ESP32_GATEWAY_F
11760
11760
11761
11761
esp32-gateway.build.f_cpu=240000000L
@@ -11770,6 +11770,8 @@ esp32-gateway.menu.FlashFreq.80.build.flash_freq=80m
11770
11770
esp32-gateway.menu.FlashFreq.40=40MHz
11771
11771
esp32-gateway.menu.FlashFreq.40.build.flash_freq=40m
11772
11772
11773
+ esp32-gateway.menu.UploadSpeed.921600=921600
11774
+ esp32-gateway.menu.UploadSpeed.921600.upload.speed=921600
11773
11775
esp32-gateway.menu.UploadSpeed.115200=115200
11774
11776
esp32-gateway.menu.UploadSpeed.115200.upload.speed=115200
11775
11777
Original file line number Diff line number Diff line change 11
11
#define digitalPinToInterrupt (p ) (((p)<40)?(p):-1)
12
12
#define digitalPinHasPWM (p ) (p < 34)
13
13
14
- #if ARDUINO_ESP32_GATEWAY >= 'D'
14
+ #if defined ( ARDUINO_ESP32_GATEWAY_E ) || defined ( ARDUINO_ESP32_GATEWAY_F )
15
15
#define ETH_CLK_MODE ETH_CLOCK_GPIO17_OUT
16
16
#define ETH_PHY_POWER 5
17
17
#endif
@@ -40,7 +40,7 @@ static const uint8_t A7 = 35;
40
40
41
41
static const uint8_t T9 = 32 ;
42
42
43
- #if ARDUINO_ESP32_GATEWAY >= 'F'
43
+ #if defined ( ARDUINO_ESP32_GATEWAY_F )
44
44
#define BOARD_HAS_1BIT_SDMMC
45
45
#endif
46
46
You can’t perform that action at this time.
0 commit comments