Olimex Support Forum

Microcontrollers => ESP32 => Topic started by: hfgrab on January 27, 2022, 07:36:47 PM

Title: ESP32-Gateway - cannot run sample code
Post by: hfgrab on January 27, 2022, 07:36:47 PM
Found out:

error is in board.txt
or in pin.h under variants ->
1.0.3
esp32-gateway.menu.Revision.RevC=Revision C or older
esp32-gateway.menu.Revision.RevC.build.board=ESP32_GATEWAY='C'
esp32-gateway.menu.Revision.RevE=Revision E
esp32-gateway.menu.Revision.RevE.build.board=ESP32_GATEWAY='E'
esp32-gateway.menu.Revision.RevF=Revision F
esp32-gateway.menu.Revision.RevF.build.board=ESP32_GATEWAY='F'
2.0.2
esp32-gateway.menu.Revision.RevC.build.board=ESP32_GATEWAY_C
esp32-gateway.menu.Revision.RevE=Revision E
esp32-gateway.menu.Revision.RevE.build.board=ESP32_GATEWAY_E
esp32-gateway.menu.Revision.RevF=Revision F
esp32-gateway.menu.Revision.RevF.build.board=ESP32_GATEWAY_F
Title: Re: ESP32-Gateway - cannot run sample code
Post by: LubOlimex on January 28, 2022, 11:36:15 AM
What is the issue here? These changes are made on purpose.