Fixes and improvements (#559)
- **Fixes** - Added missing Wi-Fi hardware configuration support for P4 devices. - Fixed build warning - Fixed build wrt Tab5 - **Changes** - M5Stack StickS3: Switched default storage location from SD to Internal - M5Stack StickS3: Removed DIY SD card support over SPI - M5Stack StickC Plus2: Removed the automatic startup of the web server
This commit is contained in:
committed by
GitHub
parent
0922c4d55b
commit
c4406b24ba
@@ -12,7 +12,7 @@ hardware.esptoolFlashFreq=80M
|
||||
hardware.tinyUsb=true
|
||||
hardware.bluetooth=true
|
||||
|
||||
storage.userDataLocation=SD
|
||||
storage.userDataLocation=Internal
|
||||
|
||||
display.size=1.14"
|
||||
display.shape=rectangle
|
||||
|
||||
@@ -69,21 +69,6 @@
|
||||
};
|
||||
};
|
||||
|
||||
//DIY SD Card - https://wiki.bruce.computer/wiring-diagrams/m5sticks3/sd-card/
|
||||
spi1 {
|
||||
compatible = "espressif,esp32-spi";
|
||||
host = <SPI3_HOST>;
|
||||
cs-gpios = <&gpio0 7 GPIO_FLAG_NONE>;
|
||||
pin-mosi = <&gpio0 6 GPIO_FLAG_NONE>;
|
||||
pin-miso = <&gpio0 4 GPIO_FLAG_NONE>;
|
||||
pin-sclk = <&gpio0 5 GPIO_FLAG_NONE>;
|
||||
|
||||
sdcard@0 {
|
||||
compatible = "espressif,esp32-sdspi";
|
||||
frequency-khz = <20000>;
|
||||
};
|
||||
};
|
||||
|
||||
// Speaker and microphone (ES8311)
|
||||
i2s0 {
|
||||
compatible = "espressif,esp32-i2s";
|
||||
|
||||
Reference in New Issue
Block a user