Skip to content

Commit

Permalink
Add build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
switux authored Dec 28, 2023
1 parent 03b62f9 commit c95241f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ ESP32 based weather station with features to help operate an astronomical observ

This project aims to provide all the instructions that are needed to build a weather station for remote astronomical observatories. On top of the usual readings, rain events and cloud coverage are reported to allow the safe operation of the observatory.

## BUILD INSTRUCTIONS

The ALPACA web server uses regular expressions that need to be enabled, add the following line to ~/.arduino15/packages/esp**xxxx**/hardware/esp**xxxx**/**{version}**/platform.local.txt:

**compiler.cpp.extra_flags=-DASYNCWEBSERVER_REGEX=1**

## STATUS & DEVELOPMENT

This is version 3.0 of the project. **It is still work in progress.**
Expand Down

0 comments on commit c95241f

Please sign in to comment.