Commit Graph

23 Commits

Author SHA1 Message Date
Luc
3ec9d367d6 Add hooks support 2024-02-08 18:21:24 +08:00
Luc
aafac7e859 Update esp32 platformio to 6.2.0
Add some API description
Add esp8285 mcu
Add flash_mode, reset_method, memory_type, filesystem
2024-02-02 19:23:28 +08:00
Luc
2494675481 Fix incorrect partition for esp32 camera 2023-02-20 23:00:12 +08:00
Luc
c7d318a0f1 Fix SENSOR_ADDR show on DHT devices 2023-02-02 22:42:26 +08:00
Luc
828c9d6696 Fix #11 2023-02-01 07:50:19 +08:00
Luc
1772220206 Fix Serial bridge available for esp8266 but crash because only one serial available thank akir- from discord for pointing this out 2022-12-12 08:49:50 +08:00
Luc
e4b397652a Add ethernet configuration support 2022-11-13 09:56:40 +08:00
Luc
0d6088cf27 Do not show SPI pins MISO/MOSI/SCK on esp8266 2022-11-01 15:14:55 +08:00
Luc
a889d845cd Do missing build after PR 2022-10-18 19:39:58 +08:00
Luc
a66d0f4c79 Add SDIO pins configuration 2022-09-07 09:57:32 +08:00
Luc
1fd53d16ce Add Serial Bridge setting
Fix Pin reset defined if not pin is actually selected
Implement same API for Serial port as for pin to auto clean selection
2022-08-18 09:13:31 +08:00
Luc
3b1576cb39 Bump platformio esp32 to 5.0.0 2022-07-23 13:17:52 +08:00
Luc
539db6c93a Fix typo - thanks to Inspecteur Spie for raising it 2022-07-18 03:56:03 +08:00
Luc
9c3f2d8a80 Fix warning due to missing browserlist entry on package.json
Update platformio.ini monitor echo flags according latest documentation : https://docs.platformio.org/en/latest/projectconf/section_env_monitor.html#monitor-echo as monitor_flags is not more supported
2022-07-17 15:57:26 +08:00
Luc
2b818086a9 Fix wrong default value for SDIO MODE 2022-06-27 12:07:36 +08:00
Luc
7c72ac5b9f Fix missing env: in platformio.ini 2022-06-27 10:00:00 +08:00
Luc
39cad20644 Remove ethernet feature if ESP01 form factor orz... 2022-06-26 11:17:12 +08:00
Luc
9a7a7b9c75 Add support of Esp01 Form Factor
Limit pins according form factors (all or  ESP01 (0/2 for esp8266 and  2,8,9 for ESP32-C3)
Limit settings according pins form factors
Add support for multiple depend
Add SD SPI pins customization
Change None label for pin by Default according context
Bumb version
2022-06-26 11:10:31 +08:00
Luc
28d471197d Add default pins for each mcu
Add pins for SPI screens
Add platformio.ini generation
2022-06-25 17:35:07 +08:00
Luc
3564810d1f Remove SSL Client settings
Add number type for generated results
Do not show Autostart section if set to  none
2022-06-22 20:56:59 +08:00
Luc
f2015680d2 Add sanity check it missing type of value
Fix Sensor address missing type
Add missing quotes for Sensor units
2022-06-22 10:49:47 +08:00
Luc
54ab451a7c More Framework for file generation POC 2022-06-12 21:31:16 +08:00
Luc
59fbed205c Framework code from webui 2022-06-12 13:43:34 +08:00