Replies: 5 comments 5 replies
-
Look to GitHub workflow, if your compiler flags are same, it should be working. |
Beta Was this translation helpful? Give feedback.
-
and make sure you are not using esp32 library 3.1.0 (which is just released). This fails to work properly on the current heishamon code. |
Beta Was this translation helpful? Give feedback.
-
Did you also enable USB CDC and PSRAM? What is the reason for you to compile it yourself? |
Beta Was this translation helpful? Give feedback.
-
Just understand that other than the ESP8266 and the ESP32-S3 the code hasn't been tested to work so you might fall into these kind of issue's. It seems to fail on the wifi printdiaq call as that is right after the "Send current wifi info to serial..." message. So if you really want to learn you might start focussing on this part. But also the code isn't ready for other ESP32 models so it might also just fail on the pinout definitions. |
Beta Was this translation helpful? Give feedback.
-
You can remove all dallas/onewire, s0, opentherm and gpio code if you want. But those are already disabled per default in the settings so they don't do anything if they are disabled. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
I've tried to compile for the "ESP32 dev module". After setting a partition scheme "Minimal SPIFFS (1,9MB APP with OTA/190kB SPIFFS)" it compiled and flashed. (Arduino GIU 1.8.19)
But it is not running.
I got some messages over serialmonitor an then a reset - over and over again.
`Starting debugging, version: 3.8
--- HEISHAMON ---
starting...
Starting littlefs...
Started littlefs...
Checking littlefs for first boot...
Heishamon boot file exists, normal boot...
Send current wifi info to serial...
Mode: ets Jun 8 2016 00:22:57
rst:0x8 (TG1WDT_SYS_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:1
load:0x3fff0030,len:4916
load:0x40078000,len:16436
load:0x40080400,len:4
ho 8 tail 4 room 4
load:0x40080404,len:3524
entry 0x400805b8
`
Did I miss something?
Thank you, Andi
Beta Was this translation helpful? Give feedback.
All reactions