Skip to content

Commit

Permalink
Merge pull request Aircoookie#3199 from Aircoookie/serg-eth
Browse files Browse the repository at this point in the history
Serg74 ethernet board.
  • Loading branch information
blazoncek authored May 13, 2023
2 parents 33130f3 + b47c12c commit a756086
Show file tree
Hide file tree
Showing 4 changed files with 176 additions and 162 deletions.
5 changes: 4 additions & 1 deletion wled00/const.h
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@
#define BTN_TYPE_ANALOG_INVERTED 8

//Ethernet board types
#define WLED_NUM_ETH_TYPES 10
#define WLED_NUM_ETH_TYPES 11

#define WLED_ETH_NONE 0
#define WLED_ETH_WT32_ETH01 1
Expand All @@ -274,7 +274,10 @@
#define WLED_ETH_QUINLED 4
#define WLED_ETH_TWILIGHTLORD 5
#define WLED_ETH_ESP32DEUX 6
#define WLED_ETH_ESP32ETHKITVE 7
#define WLED_ETH_QUINLED_OCTA 8
#define WLED_ETH_ABCWLEDV43ETH 9
#define WLED_ETH_SERG74 10

//Hue error codes
#define HUE_ERROR_INACTIVE 0
Expand Down
1 change: 1 addition & 0 deletions wled00/data/settings_wifi.htm
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ <h3>Ethernet Type</h3>
<option value="7">KIT-VE</option>
<option value="8">QuinLED-Dig-Octa</option>
<option value="4">QuinLED-ESP32</option>
<option value="10">Serg74-ETH32</option>
<option value="5">TwilightLord-ESP32</option>
<option value="3">WESP32</option>
<option value="1">WT32-ETH01</option>
Expand Down
Loading

0 comments on commit a756086

Please sign in to comment.