mirror of
https://github.com/lumapu/ahoy.git
synced 2025-08-06 09:58:23 +02:00
0.8.91 - zero
Merge branch 'development03' into zero-export
This commit is contained in:
commit
6b2708dd27
6 changed files with 21 additions and 13 deletions
|
@ -1107,7 +1107,6 @@
|
|||
|
||||
/*IF_PLUGIN_DISPLAY*/
|
||||
function parseDisplay(obj, type, system) {
|
||||
var pinList = esp8266pins;
|
||||
/*IF_ESP32*/
|
||||
var pinList = esp32pins;
|
||||
/*IF_ESP32-S2*/
|
||||
|
@ -1119,6 +1118,8 @@
|
|||
/*IF_ESP32-C3*/
|
||||
pinList = esp32c3pins;
|
||||
/*ENDIF_ESP32-C3*/
|
||||
/*ELSE*/
|
||||
var pinList = esp8266pins;
|
||||
/*ENDIF_ESP32*/
|
||||
|
||||
for(var i of ["disp_pwr"])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue