Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: espressif/arduino-esp32

Arduino Release v3.3.4 based on ESP-IDF v5.5.1+

12 Nov 14:01

Choose a tag to compare

What's changed:

System PR

  • IDF release/v5.5 by me-no-dev in#12018

CI & testing

  • fix(ci): Fix IDF examples compilation when changing source files by lucasssvaz in#12001

Documentation

  • feat(docs): Add AI chatbot by P-R-O-C-H-Y in#12002

Libraries

Matter

  • fix(matter): IDF 5.4 CI error with ESP_OpenThread Include by SuGlider in#11988
  • fix(matter): Update ESP Border to ESP Thread in diagram by SuGlider in#11989
  • feat(matter): Adds doc URL ref to examples README.md files by SuGlider in#11997

Network

  • feat(net): Add ETH handle to events and data to lost_ip by me-no-dev in#11986
  • feat(net): Add method Network.isOnline() by me-no-dev in#12000
  • feat(network): Adds Network Library documentation by SuGlider in#11999
  • fix(network): Fix getting fallback DNS server by szerwi in#12013

Zigbee

  • feat(zibgee): Add IASZone enroll request and restore + error check fixes by P-R-O-C-H-Y in#11990
  • feat(zigbee): Update esp-zigbee-sdk to latest 1.6.8 by P-R-O-C-H-Y in#12017

OpenThread

  • feat(openthread): adds arduino openthread library documentation by SuGlider in#11991
  • feat(openthread): adds examples README.md files by SuGlider in#11996

Peripherals

RMT

  • feat(rmt): improves RMT documentation by SuGlider in#11992

SDMMC

  • fix(sdmmc): Fix iomux pin initialization by P-R-O-C-H-Y in#11998

Serial UART

  • feat(serial_uart): adds Serial (UART) documentation by SuGlider in#11993

UDP

  • feat(udp): Allow to change the async_udp task stack size by mathieucarbou in#12003

WebServer

  • feat(hosted): Add OTA and version functionality to esp-hosted by me-no-dev in#11936

WiFi

  • fix(wifi): Fix WiFi.disconnect(true, true) not working by me-no-dev in#12004

Others

  • fix(ppp): Fix PPP.end() causing exception by me-no-dev in#11987

Full Changelog:3.3.3...3.3.4

Assets10
Loading
douglaszuqueto, ewowi, zhaoyi55, monolith-kh, and neo305 reacted with rocket emoji
5 people reacted

Arduino Release v3.3.3 based on ESP-IDF v5.5.1+

05 Nov 16:12

Choose a tag to compare

What's changed:

System PR

  • IDF release/v5.5 by me-no-dev in#11981

Peripherals

Touch

  • fix(esp32): issues on starting touch sensor and attaching interrupt by AlexAls in#11967

UART

  • feat(uart): Add function to invert hardware UART Tx line by asund in#11428

USB

  • fix(docs): Fix incorrect ARDUINO_USB_MODE for USB CDC usage by ejohnso49 in#11971

Libraries

Bluetooth & BLE

  • fix(ble): Fix broken functions and add IRK retrieval by lucasssvaz in#11948
  • fix(ble): Fix descriptor loading and add client multiconnect example by lucasssvaz in#11978

ESP-SR

  • fix(esp_sr): Error with debug level log by SuGlider in#11859

FS

  • fix(spiffs): Adjust log level during SPIFFS formatting by me-no-dev in#11929

Matter

  • feat(matter): esp32-c6 matter over thread example by SuGlider in#11980
  • feat(matter): examples documentation by SuGlider in#11983
  • feat(matter): adds Arduino Matter Library documentation by SuGlider in#11984

Network

  • WiFiClientSecure: robust TLS writes (loop & chunk), avoid zero-length write by prooma in#11865
  • fix(net): Rework NO_GLOBALS to not act on dependent network classes by me-no-dev in#11933
  • fix(eth): Use correct ETH MAC address by me-no-dev in#11958
  • fix(eth): Del mac and phy resources by szerwi in#11982

Update

  • feat(update): Allow updating any type of file system by me-no-dev in#11856

OTA

  • fix(ota): Add legacy option for devices using MD5 authentication by lucasssvaz in#11862
  • fix(ota): Fix authentication when using stored MD5 hashes by lucasssvaz in#11905

WebServer

  • feat(webserver): add support for chunked HTTP responses by ritesh006 in#11894

Zigbee

  • feat(zigbee): Add humidity support for Thermostat + TempSensor fix by P-R-O-C-H-Y in#11940
  • feat(zigbee): Extend switch EPs with get Light methods by P-R-O-C-H-Y in#11902

Boards Additions & Updates

  • Update pins_arduino.h for lolin_c3_pico to define LED as RGB rather than GRB by mitra42 in#11851
  • feat(board): add support for Soldered NULA Mini ESP32C6 by JosipKuci in#11852
  • fix(menu): remove unused flash size option for 4D Systems MIPI LCDs by cruzjuniel in#11870
  • fix: Add upload flags to boards.txt for Twin AIoT Module by bekirr12 in#11876
  • fix(board): Fix pid parameter for FoBE Quill ESP32S3 Mesh by thegreenshark in#11877
  • fix(board): Fix wESP32 board config by xorbit in#11879
  • fix(board): update Kode Dot variant pin mapping and OPI flash by luismiKode in#11909
  • Update variants to add BAT_VOLT_PIN for all battery voltage pins by mitra42 in#11954
  • feat(board): add support for Arduino Nesso N1 by facchinm in#11985

CI & testing

  • fix(release): Fix release scripts by lucasssvaz in#11907
  • fix(ci): Fix bugs in detection and release scripts by lucasssvaz in#11922
  • fix(component): Remove CI files from component by lucasssvaz in#11924
  • fix(esptool): Fix deprecated esptool commands by lucasssvaz in#11923
  • change(ci): Overhaul CI test flow management by lucasssvaz in#11925
  • ci(c5): Enable PSRAM by default by lucasssvaz in#11955
  • ci(hosted): Copy esp-hosted binaries to gh-pages by lucasssvaz in#11957
  • ci(tests): Move hardware tests to GitLab by lucasssvaz in#11890
  • ci: Enhance boards test validation by P-R-O-C-H-Y in#11888
  • Migrate to wokwi-py-client (update pytest-embedded and esptool) by JakubAndrysek in#11863

Documentation

  • Update README.md to mention ESP32-C5 by Hedda in#11901

Tooling

  • change(script): Update the issue template when version changed by me-no-dev in#11850
  • feat(release): Update version on release and add XZ archives by lucasssvaz in#11875
  • Runtime Flash Clock detection by Jason2866 in#11903

New Contributors

Full Changelog:3.3.2...3.3.3

Contributors

  • @asund
  • @ejohnso49
  • @AlexAls
  • @szerwi
  • @BCsabaEngine
  • @luismiKode
asund, ejohnso49, and 4 other contributors
Loading
lucasssvaz reacted with hooray emoji
1 person reacted

Arduino Release v3.3.2 based on ESP-IDF v5.5.1

08 Oct 16:31

Choose a tag to compare

What's changed:

Here are your release notes, with brackets removed from names and bullet points for the PRs:


System PR

Peripherals

Touch

UART

USB

  • feat(usb): global event task stack size normalization by@SuGlider in#11895
  • feat(tinyusb_cdc): avoid infinite loop when TinyUSB CDC layer hangs by@SuGlider in#11904

Libraries

ESP-SR

Network

  • WiFiClientSecure: robust TLS writes (loop & chunk), avoid zero-length write -> fixes sporadic MBEDTLS_ERR_NET_CONN_RESET by@prooma in#11865

Update

OTA

WebServer

Zigbee

Boards Additions & Updates

  • Update pins_arduino.h for lolin_c3_pico to define LED as RGB rather than GRB by@mitra42 in#11851
  • feat(board): add support for Soldered NULA Mini ESP32C6 by@JosipKuci in#11852
  • fix(menu): remove unused flash size option for 4D Systems MIPI LCDs by@cruzjuniel in#11870
  • fix: Add upload flags to boards.txt for Twin AIoT Module by@bekirr12 in#11876
  • fix(board): Fix pid parameter for FoBE Quill ESP32S3 Mesh by@thegreenshark in#11877
  • fix(board): Fix wESP32 board config by@xorbit in#11879

CI & testing

Documentation

Tooling

  • change(script): Update the issue template when version changed by@me-no-dev in#11850
  • feat(release): Update version on release and add XZ archives by@lucasssvaz in#11875

Others

New Contributors

Full Changelog:3.3.1...3.3.2

Contributors

  • @xorbit
  • @mitra42
  • @Hedda
  • @fill1890
  • @me-no-dev
  • @Jason2866
  • @ritesh006
  • @lucasssvaz
  • @JakubAndrysek
  • @cruzjuniel
  • @SuGlider
  • @prooma
  • @thegreenshark
  • @P-R-O-C-H-Y
  • @Kolodieiev
  • @bekirr12
  • @JosipKuci
xorbit, mitra42, and 15 other contributors
Loading
vasylp441-creator, Ashwin236, jverberkmoes, and CyBeR-Mino reacted with thumbs up emoji
4 people reacted

Arduino Release v3.3.1 based on ESP-IDF v5.5.1

16 Sep 21:45
54154c7
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

What's Changed

System PR

Chip Support

  • fix(esp32): float conversion warning in String::toFloat by@martinbudden in#11829
  • fix(esp32): Compiler warning - parameterbyte in function EspClass::magicFlashChipSize shadowstypedef uint8_t byte; by@martinbudden in#11827
  • fix(esp32): Compiler warning - loop variablea shadows previous instance ofa in functioni2c_slave_gpio_mode by@martinbudden in#11828

Peripherals

I2S

LEDC

  • fix(ledc): Allow setting AnalogWrite frequency and resolution before calling analogWrite by@P-R-O-C-H-Y in#11756

Touch

UART

USB

  • fix(usbmidi): use channel in int16_t USB MIDI pitch bend by@Skyslycer in#11795
  • feat(usb): allow the MIDI constructor to define a device name by@SuGlider in#11720

Libraries

Bluetooth & BLE

Ethernet

ESP-NOW

ESP-SR

FS

Network

OTA

WebServer

  • feat(WebServer): Add support for JavaScript modules by@cosstab in#11782

WiFi

Zigbee

Boards Additions & Updates

CI & testing

Documentation

  • docs: Correct ADC default resolution statement for ESP32-S2 by@eMUQI in#11653
  • fix(docs): Correct list indentation for analogWrite parameter by@eMUQI in#11727
  • fix(docs): Updates SPI reference link in documentation by@eMUQI in#11753

Tooling

Others

  • Allow calls to timer functions within ISR by@angelnu in#11629
  • feat(github): remove E...
Read more

Contributors

  • @pillo79
  • @martinbudden
  • @lboue
  • @Kolcha
  • @xorbit
  • @mitra42
  • @chihosin
  • @kapyaar
  • @angelnu
  • @tyeth
  • @tanakamasayuki
  • @me-no-dev
  • @cosstab
  • @brice-fr
  • @lbernstone
  • @Jason2866
  • @vlastahajek
  • @eMUQI
  • @lucasssvaz
  • @JakubAndrysek
  • @GitNik1
  • @cruzjuniel
  • @PaulaScharf
  • @Rippanda12
  • @SuGlider
  • @Skyslycer
  • @P-R-O-C-H-Y
  • @bekirr12
  • @ozzloy
  • @Parsaabasi
  • @AZKKXL
pillo79, martinbudden, and 29 other contributors
Loading

Arduino Release v3.3.0 based on ESP-IDF v5.5.0

23 Jul 12:35
dbaf6a3
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

What's Changed

System PR

Peripherals

GPIO

I2S

  • Fix(I2S example): make fix to the ESP32 I2S simple tone example by@greenyleaf in#10954
  • Add access methods to get the Wire bus number and I2C bus handle by@me-no-dev in#11570

LEDC

  • feat(ledc): clear all fields added to ledc struct in IDF 5.4 by@SuGlider in#11276
  • feat(ledc): Improve timer management with frequency/resolution matching by@P-R-O-C-H-Y in#11452
  • feat(LEDC): Add Gamma Fade support and enhance auto channel/timer selection for multi-group by@P-R-O-C-H-Y in#11464
  • fix(example): led flash not working if not using default model in camera example. by@HighDoping in#11466

PSRAM

RMT

UART

USB

  • fix(usb): uninitilized variable warning message by@SuGlider in#11222
  • feat(usb): add a few more consumer control HID commands by@SuGlider in#11227
  • fix(usb_hid): duplicated CONSUMER_CONTROL_PLAY_PAUSE by@SuGlider in#11242
  • remove weak function declaration of tud_msc_is_writable_cb to fix simultaneous CDC and MSC by@PaulaScharf in#11353

Libraries

Bluetooth & BLE

ESP-NOW

ESP-SR

Matter

Network

Update

  • Update ZigbeeColorDimmableLight to clamp color hue and saturation to 0-254 (Fixes#11527) by@thorrak in#11528

OTA

  • fix(csrf): Fix SCRF vulnerability in OTA examples and libraries by@me-no-dev in#11530

OpenThread

SD

SPI

  • New SPI invert hardware SS function in hall-spi and SPI library by @SimGearEvolution in#11297
  • fix(spi): Add missing initializer for ss_invert by@lucasssvaz in#11320
  • feat(spi): Add return values to SPI begin + comments on SPI buses by@P-R-O-C-H-Y in#11477
  • fix(spi): Correct SPI mapping for ESP32S2 by@P-R-O-C-H-Y in#11510
  • fix(spi): Fix bus clock for ESP32-P4 + remove S2 leftover by@P-R-O-C-H-Y in#11547

WiFi

Wire

  • feat(wire): std::functional Wire slave callback functions by@SuGlider in#11582

Zigbee

Read more

Contributors

  • @mathieucarbou
  • @pillo79
  • @sidwarkd
  • @nikiwaibel
  • @greenyleaf
  • @lboue
  • @ladyada
  • @thorrak
  • @gonzabrusco
  • @UnexpectedMaker
  • @me-no-dev
  • @i3water
  • @lewisxhe
  • @Jason2866
  • @vlastahajek
  • @Kolkman
  • @eMUQI
  • @lucasssvaz
  • @JakubAndrysek
  • @HighDoping
  • @syong0921
  • @SaintSampo
  • @PaulaScharf
  • @is-qian
  • @DogushC
  • @strid3r21
  • @SuGlider
  • @SiMachines
  • @yellobyte
  • @h-2-0
  • @SooDragon
  • @P-R-O-C-H-Y
  • @MattiasTF
  • @DanielCao0
  • @microbotsio
  • @LusimiCollado
  • @qhddz
mathieucarbou, pillo79, and 35 other contributors
Loading
lucasssvaz, eMUQI, DeBendeBurcht, Nezaemmy, desiFish, Blitz54, tofurky, HarirajRajkumar, and Vinci-H reacted with hooray emojiDeBendeBurcht and Nezaemmy reacted with rocket emoji
9 people reacted

Arduino Release v3.3.0-RC1 based on ESP-IDF v5.5.0-C1

16 Jul 20:05

Choose a tag to compare

What's Changed

System PR

Peripherals

GPIO

PSRAM

  • fix(board): Update PSRAM configuration for RAK3112 to fix PSRAM error by@DanielCao0 in#11552

Libraries

Bluetooth & BLE

Matter

Network

OpenThread

Wire

  • Add access methods to get the Wire bus number and I2C bus handle by@me-no-dev in#11570
  • feat(wire): std::functional Wire slave callback functions by@SuGlider in#11582

Zigbee

Boards Additions & Updates

CI & testing

Documentation

Tooling

Others

Full Changelog:3.2.1...3.3.0-RC1

Contributors

  • @me-no-dev
  • @Jason2866
  • @lucasssvaz
  • @DogushC
  • @SuGlider
  • @P-R-O-C-H-Y
  • @DanielCao0
me-no-dev, Jason2866, and 5 other contributors
Loading

Arduino Release v3.2.1 based on ESP-IDF v5.4.2

03 Jul 14:25

Choose a tag to compare

What's Changed

System PR

Peripherals

GPIO

I2S

  • Fix(I2S example): make fix to the ESP32 I2S simple tone example by@greenyleaf in#10954

LEDC

  • feat(ledc): clear all fields added to ledc struct in IDF 5.4 by@SuGlider in#11276
  • feat(ledc): Improve timer management with frequency/resolution matching by@P-R-O-C-H-Y in#11452
  • feat(LEDC): Add Gamma Fade support and enhance auto channel/timer selection for multi-group by@P-R-O-C-H-Y in#11464

PSRAM

RMT

UART

USB

Libraries

Bluetooth & BLE

ESP-NOW

ESP-SR

Matter

  • feat(matter): Adds Matter Events callback plus example by@SuGlider in#11465

Network

Update

OpenThread

SD

SPI

WiFi

Zigbee

Boards Additions & Updates

CI & testing

Read more

Contributors

  • @mathieucarbou
  • @pillo79
  • @sidwarkd
  • @nikiwaibel
  • @greenyleaf
  • @lboue
  • @ladyada
  • @thorrak
  • @gonzabrusco
  • @UnexpectedMaker
  • @me-no-dev
  • @i3water
  • @lewisxhe
  • @Jason2866
  • @vlastahajek
  • @Kolkman
  • @eMUQI
  • @lucasssvaz
  • @JakubAndrysek
  • @HighDoping
  • @syong0921
  • @SaintSampo
  • @PaulaScharf
  • @is-qian
  • @strid3r21
  • @SuGlider
  • @SiMachines
  • @yellobyte
  • @h-2-0
  • @SooDragon
  • @P-R-O-C-H-Y
  • @MattiasTF
  • @DanielCao0
  • @microbotsio
  • @LusimiCollado
  • @qhddz
mathieucarbou, pillo79, and 34 other contributors
Loading
lyusupov, tofurky, BingrunXin, SDW-CRYPTO, and sergiobeltrao reacted with thumbs up emojiBingrunXin and SDW-CRYPTO reacted with laugh emojiBingrunXin and SDW-CRYPTO reacted with heart emoji
5 people reacted

ESP32 Arduino 3.3.0-alpha1 based on ESP-IDF v5.5 with ESP32-C5 ECO1 support

29 Apr 10:54

Choose a tag to compare

What's Changed

System PR

Chip Support

  • fix(esp32c5): Add proper RTC clock source to uartSetClockSource by@Jason2866 in#11255

Peripherals

GPIO

LEDC

  • feat(ledc): clear all fields added to ledc struct in IDF 5.4 by@SuGlider in#11276

RMT

UART

USB

Libraries

Bluetooth & BLE

Update

  • Update LilyGo T-Watch-S3-Ultra and T-LoRa-Pager variants by@lewisxhe in#11299

SPI

  • New SPI invert hardware SS function in hall-spi and SPI library by @UltimumControl in#11297
  • fix(spi): Add missing initializer for ss_invert by@lucasssvaz in#11320

WiFi

Zigbee

Boards Additions & Updates

CI & testing

Documentation

Others

  • Restore proper pin remapping functionality after 3.2.0 by@pillo79 in#11315

New Contributors

  • @UltimumControl made their first contribution in#11297

Full Changelog:3.2.0...3.3.0-alpha1

Contributors

  • @mathieucarbou
  • @pillo79
  • @gonzabrusco
  • @me-no-dev
  • @lewisxhe
  • @Jason2866
  • @lucasssvaz
  • @SaintSampo
  • @SuGlider
  • @P-R-O-C-H-Y
  • @microbotsio
mathieucarbou, pillo79, and 9 other contributors
Loading
sergiobeltrao, pdtopdog, lucasssvaz, ThomasDebrunner, Nimuar, and F14V reacted with thumbs up emoji
6 people reacted

Arduino Release v3.2.0 based on ESP-IDF v5.4.1

28 Mar 08:40
de184bd
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

What's Changed

System PR

Chip Support

Peripherals

GPIO

  • feat(gpio): allows mixing digital and analog read/write operations by@SuGlider in#11016

RMT

UART

  • feat(LP_UART): Implements the ESP32-C6/ESP32-P4 Low Power UART as a possible HardwareSerial port by@SuGlider in#10967
  • fix(uart): Fixes UART CI script to work with Arduino Core 3.2.x by@SuGlider in#11077
  • fix(UART): sets the correct uart clock source when using begin(baudrate) by@SuGlider in#11122
  • fix(uart): uart rx timeout validation with proper log message by@SuGlider in#11141
  • fix HardwareSerial Config by@gonzabrusco in#11007

Libraries

Bluetooth & BLE

Ethernet

Matter

  • fix(matter): commentaries and messages related to factory reset by@SuGlider in#10988
  • feat(matter): necessary changes to insights version for esp_matter by@SuGlider in#11042
  • fix(matter): removes a few matter 1.4 / IDF 5.4 compilation warning messages by@SuGlider in#11067
  • fix(matter): examples must set pin to Digital Mode after analogWrite() and before digitalWrite() by@SuGlider in#11070

Network

WebServer

WiFi

  • fix(wifi): Disable properly LR mode if it was enabled before by@me-no-dev in#11052
  • fix(wifi_scan): Fix some edge cases where WiFi Scan may fail by@me-no-dev in#11188

Zigbee

Boards Additions & Updates

CI & testing

Documentation

  • docs(esp32p4): Add missing information and improve organization by@lucasssvaz in#11081

FreeRTOS

  • fix(freertos_stats): remove volatile c++ 20 deprecated warning by@SuGlider in#11158

Others

New Contributors

Full Changelog:3.1.3...3.2.0

Contributors

  • @ericlewis
  • @lboue
  • @gonzabrusco
  • @tanakamasayuki
  • @me-no-dev
  • @lewisxhe
  • @iranl
  • @oddlama
  • @lucasssvaz
  • @complxdbg
  • @pwclay
  • @ackPeng
  • @SuGlider
  • @SooDragon
  • @mhpham23
  • @P-R-O-C-H-Y
  • @FidelSch
  • @Math0XK
  • @MikaFromTheRoof
  • @oli-the-kitty
ericlewis, lboue, and 18 other contributors
Loading
tofurky, sergiobeltrao, SamHalvoe, Spike1020, leo-smi, Hikimucheno, desiFish, PilowEpi, dzungpv, Godfrey-cyber23, and 3 more reacted with thumbs up emojileo-smi reacted with laugh emojigonzabrusco, lucasssvaz, zerlix, ehabtawfikelbwab, k0psutin, wailay, IgorCode, and leo-smi reacted with hooray emojileo-smi reacted with heart emojileo-smi reacted with rocket emojiNotilskGavno reacted with eyes emoji
21 people reacted

Arduino Pre-Release v3.2.0-RC2 based on ESP-IDF v5.4

12 Mar 13:46
07d6a5a
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

What's Changed

System PR

Chip Support

Peripherals

GPIO

  • feat(gpio): allows mixing digital and analog read/write operations by@SuGlider in#11016

Ethernet

  • fix(eth): Fix RMII Ethernet not being able to be restarted by@me-no-dev in#11048
  • feat(eth): Add setters for negotiation, speed and duplex modes by@me-no-dev in#11053

Matter

  • feat(matter): necessary changes to insights version for esp_matter by@SuGlider in#11042
  • fix(matter): removes a few matter 1.4 / IDF 5.4 compilation warning messages by@SuGlider in#11067
  • fix(matter): examples must set pin to Digital Mode after analogWrite() and before digitalWrite() by@SuGlider in#11070

Network

WiFi

  • fix(wifi): Disable properly LR mode if it was enabled before by@me-no-dev in#11052

Zigbee

CI & testing

New Contributors

Full Changelog:3.2.0-RC1...3.2.0-RC2

Contributors

  • @lboue
  • @me-no-dev
  • @iranl
  • @lucasssvaz
  • @SuGlider
  • @P-R-O-C-H-Y
  • @oli-the-kitty
lboue, me-no-dev, and 5 other contributors
Loading
lucasssvaz, JetForMe, francudina, FYMTC, FelipeAvelno, sheheran, zu223848, oem0105, and Alex123wins45 reacted with hooray emoji
9 people reacted
Previous134589
Previous

[8]ページ先頭

©2009-2025 Movatter.jp