Your ROOT_URL in app.ini is https://git.ondrovo.com/ but you are visiting http://159.69.29.240:49153/gex/gex-website/src/commit/5f30b130876455b28786bfef79b6adb1914e848b/index.php You should set ROOT_URL correctly, otherwise the web may not work correctly.
GEX website at gex.ondrovo.com
 
 
 
 
 
gex-website/index.php

33 lines
1.2 KiB

<?php $curpage = basename(__FILE__); require '_header.php'; ?>
<section>
<div>
<h1>What is GEX</h1>
<p>
GEX is a general purpose input/output device that attaches to a PC or laptop.
The module, controlled by a Python or C program running on the host PC, provides easy
access to on-chip peripherals and low level functions implemented by the firmware.
</p>
<p>
The platform is designed for quick hardware prototyping, tinkering, automation, and measurements.
In addition to custom hardware, the firmware can run on STM32 development boards,
which makes it accessible to everyone. Even better, a version for the eBay-popular
STM32F103 Bluepill board is planned.
</p>
<div class="center">
<img src="img/zero.jpg" alt="GEX Zero v1">
</div>
<p>
You can try GEX right now, perhaps with one of the pre-built firmware images, but keep in mind
that it is still under development and despite having version 1.0.0, it is closer to
beta than a stable release. In particular, the API may change in backward-incompatible ways
(obviously accompanied by a minor version bump).
</p>
</div>
</section>
<?php require '_footer.php'; ?>