In preparation to move to the LittleFS builds on ESP32 just flashed an ESP32 with with the ESP_Easy_mega_20240202_normal_ESP32_4M316k_LittleFS.factory.bin build.
Then I restored the rules wich only PWM fade the blue GPIO2 led.
On the non LittleFS build this worked fine, now I got the Logmessage:
521118: ACT : PWM,2,40,1500
521129: GPIO : port#2 is out of range
522609: ACT : PWM,2,300,1500
522619: GPIO : port#2 is out of range
524118: ACT : PWM,2,40,1500
524128: GPIO : port#2 is out of range
And the led stays dark.
When I use GPIO,2,0 or GPIO,2,1 instead of PWM it works and the led blinks.....
Is this a bug or what did change regarding PWM?
In preparation to move to the LittleFS builds on ESP32 just flashed an ESP32 with with the ESP_Easy_mega_20240202_normal_ESP32_4M316k_LittleFS.factory.bin build.
Then I restored the rules wich only PWM fade the blue GPIO2 led.
On the non LittleFS build this worked fine, now I got the Logmessage:
521118: ACT : PWM,2,40,1500
521129: GPIO : port#2 is out of range
522609: ACT : PWM,2,300,1500
522619: GPIO : port#2 is out of range
524118: ACT : PWM,2,40,1500
524128: GPIO : port#2 is out of range
And the led stays dark.
When I use GPIO,2,0 or GPIO,2,1 instead of PWM it works and the led blinks.....
Is this a bug or what did change regarding PWM?