mirror of
https://github.com/meshtastic/firmware.git
synced 2025-08-17 18:53:30 +00:00
Compare commits
2 Commits
27bb42ed3b
...
aa7abb1d3e
Author | SHA1 | Date | |
---|---|---|---|
![]() |
aa7abb1d3e | ||
![]() |
effb454af0 |
@ -177,10 +177,10 @@ void esp32Setup()
|
||||
wdt_config->idle_core_mask = 0;
|
||||
wdt_config->trigger_panic = true;
|
||||
res = esp_task_wdt_init(wdt_config);
|
||||
assert(res == ESP_OK);
|
||||
// assert(res == ESP_OK);
|
||||
#else
|
||||
res = esp_task_wdt_init(APP_WATCHDOG_SECS, true);
|
||||
// assert(res == ESP_OK);
|
||||
assert(res == ESP_OK);
|
||||
#endif
|
||||
res = esp_task_wdt_add(NULL);
|
||||
// assert(res == ESP_OK);
|
||||
|
@ -8,14 +8,13 @@ platform =
|
||||
;symlink:///home/manuel/Documents/PlatformIO/Projects/platform-espressif32
|
||||
platform_packages =
|
||||
;platformio/framework-arduinoespressif32-libs@https://dl.espressif.com/AE/esp-arduino-libs/esp32-3.2.0-h.zip
|
||||
;platformio/framework-arduinoespressif32 @ https://github.com/mverch67/arduino-esp32/archive/919e485187a77b62b93f9b7fa09f43a8eeceaa44.zip
|
||||
; ^^^ THIS IS THE NEW IO_EXPANDER THAT MUST BE USED; BUT BRANCH NEEDS REBASE TO v3.3 ^^^
|
||||
platformio/framework-arduinoespressif32 @ https://github.com/mverch67/arduino-esp32#509bd10c6c71f70f1a22a1be00fec45f47682f32
|
||||
;platformio/framework-arduinoespressif32 @ symlink:///home/manuel/Documents/PlatformIO/Projects/arduino-esp32
|
||||
|
||||
board = seeed-sensecap-indicator
|
||||
board_check = true
|
||||
board_build.partitions = 8MB_no_ota.csv
|
||||
upload_protocol = esptool
|
||||
;extra_scripts = ; dummy just to check if new toolchain compiles without platformio-custom.py ==> may remove it!
|
||||
|
||||
build_unflags =
|
||||
-DCONFIG_BT_NIMBLE_ENABLED
|
||||
|
Loading…
Reference in New Issue
Block a user