Jason2866

Results 1099 comments of Jason2866

Tried with core 3.0.0 connects in mode 11n ``` 00:00:00.065 Project tasmota Tasmota Version 9.4.0.4(lite)-STAGE(2021-05-28T14:25:30) 00:00:00.520 WIF: Connecting to AP1 Jason_Home_WLAN Channel 12 BSSId 00:A0:57:2A:BD:19 in mode 11n as tasmota_D4407C-0124......

It does connect in mode "n". Because we had issues with routers only supporting mode "n". When STA and AP mode is active ESP8266 can only use 11b and 11g....

@jandrassy How to get there? > I vote for "we should achieve a stable nonos core version first, with all big issues resolved, and then freeze there" You dont get...

@TerryE In project [Tasmota](https://github.com/arendst/Sonoff-Tasmota) we see performance issues with pre 3.0. It is much slower than 2.2.1

Since espressif does [LTS support](https://github.com/espressif/ESP8266_NONOS_SDK/issues/229#issuecomment-552106153) support (as already d-a-v wrote) i see no reason for a change. The actual core 2.7.4 runs very reliable and we have no issues (Project...

@gerardovf THX Tool workes great!!

@gerardovf My vote goes to Python2 too.

See my comment https://github.com/platformio/platform-espressif32/issues/497#issuecomment-1001603858

This should work ``` [env:ESP32C3] board = esp32c3 extends = esp32_common platform = https://github.com/platformio/platform-espressif32.git#feature/arduino-idf-master platform_packages = framework-arduinoespressif32@https://github.com/espressif/arduino-esp32.git#2.0.2 platformio/tool-esptoolpy @ https://github.com/tasmota/esptool/releases/download/v3.2/esptool-v3.2.zip ``` and add a folder `boards` in root of your...

If you want to use latest (great) Arduino Core32 v2.0.2 for all move this definitions in your common section