tobiasfaust
tobiasfaust
you can do that with a trick by yourself example: ``` - name: set Environment Variables id: set_env_var run: | VERSION=$(sed 's/[^0-9|.]//g' _Release.h) # zb. 2.4.2 if [ $REPOSITORY =...
works, i´m using less grants: `{ "Version": "2012-10-17", "Statement": [ { "Sid": "VisualEditor0", "Effect": "Allow", "Action": [ "s3:PutObject", "s3:GetObject", "s3:ListBucket", "s3:DeleteObject" ], "Resource": [ "arn:aws:s3:::BUCKETS", "arn:aws:s3:::BUCKETS/*" ] } ] }`
Confirmed, works well with ESP32
seems like #23 and #123 I have the exactly same problem. I want this fency feature to use new passwords after a container reboot. New passwords can be found here:...
Hi, Thanks for your answer. Are you sure of a watchdog Issue? To prevent that I inserted the `rtc_wdt_feed(); ` The HEAP Issue seems like a buffer overflow…..
solved my myself ;) i opened permanently `AsyncResponseStream *response = request->beginResponseStream("text/json");` without using that. Solution is to move that code-fragment into final if-case. That shows the problem, **this call allocates...
Hi, thank you so much for taking care of this feature. Is existing a plan when we can expect U_LITTLEFS Feature?
Hi, any news? i get an `Wrong Magic Byte` by using `if(!Update.begin(LittleFS.totalBytes(), U_SPIFFS))` I´m afraid, no U_LITTLEFS is available I´m using those: CONFIGURATION: https://docs.platformio.org/page/boards/espressif32/esp32dev.html PLATFORM: Espressif 32 (5.2.0) > Espressif...
hi, its possible to merge it into dev-branch? Or at least to update your PullRequest along current dev-branch? Maybe, an enhancement: to disable a MAC-Adress via WebForm from scanning
Dein Schaltplan hat geholfen, ich habe es jetzt mit esp-link aufgebaut und bei mir dokumentiert: https://github.com/tobiasfaust/EnOceanWLanGateway damit funktioniert es auch mit FHEM.