Tomoyuki Sakurai
Tomoyuki Sakurai
I think it is 8 Mhz. but will double-check. it is very helpful for a library to have tests (most of them do not), but it would be nicer if...
the devs never comment on this. observing their behaviors for a few years, i would say they are not willing to discuss when they keep silent.
FreeBSD users should be able to build esp32 projects by following instructions in the following repositories below. - https://github.com/trombik/platformio-freebsd-toolchain-xtensa32 - https://github.com/trombik/platformio-freebsd-tool-ninja - https://github.com/trombik/platformio-freebsd-tool-cmake - https://github.com/trombik/platformio-freebsd-toolchain-esp32ulp > Please add them to...
please see https://github.com/trombik/xtensa-esp32-elf/tree/devel/devel/xtensa-esp32-elf
for those of you who would like to work around the issue: ```diff --- components/deep_sleep/deep_sleep_component.cpp.orig 2022-08-02 07:30:45.252204000 +0700 +++ components/deep_sleep/deep_sleep_component.cpp 2022-08-02 07:33:40.745285000 +0700 @@ -115,7 +115,7 @@ ESP_LOGI(TAG, "Beginning Deep...
it seems that `POST` is also broken. ``` esphome Version: 2022.9.1 platform = platformio/espressif8266 @ 3.2.0 ``` ```console [09:18:59][V][json:031]: Attempting to allocate 512 bytes for JSON serialization [09:18:59][V][json:051]: Size after...
can someone test this? please note that the package is alpha. https://github.com/trombik/LaserWeb4-Binaries/releases/tag/v4.0.996-145-pre
on my ubuntu VM, it works  there should be something missing. if you run the application from CLI, do you see anything? ```console > ./LaserWeb-linux-amd64-v4.0.996-145-pre.AppImage ```
note that, before launching the application on my ubuntu server, i need to install: ```console apt-get install libgtk-3-0 libx11-xcb1 libnss3 libasound2 libdbus-glib-1-2 ``` they are usually installed by other applications...
it worked on my VM because I have a working `lw.comm-server`. it should work without it. let me see what i am missing.