roema / Open-Glider-Network-Groundstation

Open Glider Network Receiver based on TTGO T-Beam ESP32 hardware.
https://ros-it.ch/open-glider-network-base-station/
GNU General Public License v3.0
1 stars 0 forks source link

Can't build ognbase.ino.esp32_TTGO_V0.1.0-26.bin from source #26

Closed CazYokoyama closed 3 years ago

CazYokoyama commented 3 years ago

TTGO PaxCounter has arrived. The binary can't be installed by web IF because Its pre-installed software, PaxCounter does not have web IF. Source build by arduino has error as the png file. I am glad if someone tells me what I missed.

DSC_0010 DSC_0013 LoRa32-OLED-v2 1 6

roema commented 3 years ago

Hi Caz!Usw the same compile options and board like T-Beam. The only different ist the psram. Set it to disable.Am 09.11.2021 23:33 schrieb CazYokoyama @.***>: TTGO PaxCounter has arrived. The binary can't be installed by web IF because Its pre-installed software, PaxCounter does not have web IF. Source build by arduino has error as the png file. I am glad if someone tells me what I missed.

—You are receiving this because you are subscribed to this thread.Reply to this email directly, view it on GitHub, or unsubscribe.Triage notifications on the go with GitHub Mobile for iOS or Android.

CazYokoyama commented 3 years ago

With the direction above, I successfully build, install, configure PaxCounter.

schenlap commented 2 years ago

Ich habe hier das selbe Problem.

Sketch uses 1338226 bytes (102%) of program storage space. Maximum is 1310720 bytes.text section exceeds available space in board

Global variables use 60696 bytes (18%) of dynamic memory, leaving 266984 bytes for local variables. Maximum is 327680 bytes.
Sketch too big; see https://support.arduino.cc/hc/en-us/articles/360013825179 for tips on reducing it.
Error compiling for board T-Beam.

With enabled psram i get 108% instead of 102%.

image