- 09 Apr, 2019 5 commits
-
-
Cellie authored
* Update boards.txt Add menu items for ffat on mhetesp32minikit board. * Add partition table. * Added ffat partition for 4MB ESP32 Dev Module. * Added comment about partitioning schemes.
-
lbernstone authored
* Added rmtDeinit to header. Fixes #2585 * oops. missing ;
-
Niek van der Maas authored
-
tobozo authored
-
lbernstone authored
-
- 03 Mar, 2019 9 commits
-
-
Me No Dev authored
- ESP-Face to 2937054 - ESP32-Camera to 113629b
-
Roman Hosek authored
* Added board definition Signed-off-by: Roman Hosek <roman.hosek@iotbakery.com> * fix typo * variant + pin definition
-
Mike Dunston authored
Adding the -g3 flag that was omitted in the PIO build script but is present in Arduino IDE build scripts. This flag restores the ability to get line numbers from stack traces for elf files generated in PlatformIO IDE.
-
Patrick Van Oosterwijck authored
* Add default pin mapping for Serial1 and Serial2 * Default pin remap on wESP32 Improved default pin mapping for I2C0 and UART1 to avoid issues with programming. SDA0 was on IO2 but IO2 needs to be pulled low on reset to enable serial programming, which conflicts with I2C pull-ups. RX1 was on IO12, idle UART level is high which conflicts with IO12 needing to be low on reset to select correct 3.3V flash voltage. New mappings: SDA0 on IO15 RX1 on IO13 TX1 on IO12
-
A C SREEDHAR REDDY authored
-
A C SREEDHAR REDDY authored
-
A C SREEDHAR REDDY authored
* WiFi.macaddress() returns mac address * change description * return macaddress when WiFi mode is WIFI_MODE_NULL
-
Aaron.Lee authored
-
Mike Dunston authored
-
- 19 Feb, 2019 1 commit
-
-
A C SREEDHAR REDDY authored
-
- 18 Feb, 2019 2 commits
-
-
Me No Dev authored
-
lbernstone authored
* An example to read high frequency analog data using i2s_adc * Changed random() to use Lemire's method for bounding
-
- 14 Feb, 2019 14 commits
-
-
Kevin M Fitzgerald authored
-
Me No Dev authored
* Update IDF to abea9e4c0 * Update esptool * Enable PSRAM for PICO D4 * Enable APP_ROLLBACK_ENABLE
-
Nguyen Hong Thiet authored
-
Jeroen88 authored
-
chuck todd authored
@tread-Qualitrol discovered this error.
-
HanCheol Cho authored
-
lbernstone authored
-
Patrick Van Oosterwijck authored
-
Stanimir-Petev authored
In Board.txt file added board revision submenu to distinguish the different revisions of the same board. By selecting different revision in the Arduino menu different value of the predefined macro will be applied which is used inside the pins_arduino.h file to make different defines and values for the specific revision. In addition to this esp32-poe pin definitions is added ethernet power enable pin and also defined macro: BOARD_HAS_1BIT_SDMMC
-
Joey Babcock authored
* Clarified comments and debug messages Made debug messages and comments easier to understand/grammatical fixes * few more fixes
-
boarchuz authored
* Add timeout to WiFiClient.connect() * Changed default handling
-
Verkehrsrot authored
* Board T-Beam: Update pins_arduino.h DAC2 is not wired, only DAC1 is -> corrected LORA pins 27 + 19 are only wired on pcb, but not connected to header -> deleted * Update pins_arduino.h Button and LED added
-
acevest authored
* fix log error code format * remove useless condition in if statement
-
Marco G. Maia authored
* add missing EEPROM lib to CMakeLists.txt, moved the EEPROM files to proper directory * add missing EEPROM lib to CMakeLists.txt, moved the EEPROM files to proper directory
-
- 26 Jan, 2019 1 commit
-
-
me-no-dev authored
-
- 23 Jan, 2019 1 commit
-
-
acevest authored
-
- 22 Jan, 2019 7 commits
-
-
Neal MIller authored
* Webserver fix logging (#1) * Change logging to use esp32-hal-log.h fixes #2355 * adjust log parameter output positions, reduce lines The DEBUG_ESP method used less lines than I originally set `log_v` to use when displaying the details of the received params ("@" and "=" indexes, and File info on a single line)
-
HanCheol Cho authored
-
Tanishq Jasoria authored
Executing python2 get.py behind proxy give error "IOError: [Errno socket error] [SSL: UNKNOWN_PROTOCOL] unknown protocol (_ssl.c:590)"
-
Matthew Chase Whittemore authored
Pin 2 is not found on the [Adafruit docs](https://learn.adafruit.com/adafruit-huzzah32-esp32-feather) for this board and 33 was suggested in #1586 as a fix. I've tried this locally on my board and it is working correctly.
-
Otto Winter authored
* Fix BananaPi-BIT DAC definition * Update t-beam too
-
chuck todd authored
* I2C debugging and Log Dump Explaination Create a help file for I2C debugging and interpretation of log dumps * Update i2c_debugging.md version * add formatting, file locations
-
lbernstone authored
* An example to read high frequency analog data using i2s_adc * HiFreq_ADC.ino
-