Skip to content

Added Multiple Board Targets and basic Ethernet support (#1)#20

Open
Vylyne wants to merge 5 commits into
Fire-Devils:develfrom
Vylyne:main
Open

Added Multiple Board Targets and basic Ethernet support (#1)#20
Vylyne wants to merge 5 commits into
Fire-Devils:develfrom
Vylyne:main

Conversation

@Vylyne

@Vylyne Vylyne commented Jun 8, 2026

Copy link
Copy Markdown

Addresses: #18

feat: added Multi-board build target support.

  • Added board-specific header files for ESP32-DEV
  • Added board and environment for OLIMEX ESP32-PoE(-ISO)
  • Added board and environment for OLIMEX ESP32-POE(-ISO)-WROVER
  • Tested on ESP32-DEV and OLIMEX ESP32-POE-ISO-WROVER-EA.

feat: update I2C pin definitions for improved board abstraction

  • this was necessary for support on olimex boards as they don't use default pins and the ones selected by the board are not great, (no pullup resistor on GPIO 33 for SCL, and GPIO 33 is already used by our mapping)

feat: added basic ethernet support

  • when ethernet is connected wifimanager is skipped.
  • add Ethernet icon support in icons.h for when connected to ethernet.
  • tested on OLIMEX ESP32-POE-ISO-WROVER-EA
  • Tested on ESP32-DEV for maintained compatibility for no eth support.

ManuelW77 and others added 3 commits May 25, 2026 08:29
* feat: added Multi-board build target support.
- Added board-specific header files for ESP32-DEV
- Added board and environment for OLIMEX ESP32-PoE(-ISO)
- Added board and environment for OLIMEX ESP32-POE(-ISO)-WROVER
- Tested on ESP32-DEV and OLIMEX ESP32-POE-ISO-WROVER-EA.

* feat: update I2C pin definitions for improved board abstraction
- this was necessary for support on olimex boards as they don't use default pins and the ones selected by the board are not great, (no pullup resistor on GPIO 33 for SCL, and GPIO 33 is already used by our mapping)

* feat: added basic ethernet support
- when ethernet is connected wifimanager is skipped.
- add Ethernet icon support in icons.h for when connected to ethernet.
- tested on Olimex ESP32-POE-ISO-WROVER-EA
- Tested on ESP32-DEV for maintained compatibility for no eth support.
@Vylyne Vylyne changed the title Added Multiple Board Target Support and basic Ethernet support (#1) Added Multiple Board Targets and basic Ethernet support (#1) Jun 8, 2026
@ManuelW77
ManuelW77 changed the base branch from main to devel June 19, 2026 22:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants